Gesture

The Gesture class encapsulates details of a detected gesture.

Properties

Property

Description

state

(get) state: StringSignal (set) (Not Available) Specifies a StringSignal representing the current gesture state. The value is a member of the Gesture.State enum.

type

(get) type: Gesture.Type (set) (Not Available)

Specifies a Gesture.Type enum value representing the type of gesture detected.

To use this property, enable pre-release APIs in your project manifest.

Methods

This module exposes no methods.

Enums

Enum

Description

The State enum describes the state of a Gesture.

The Type enum describes a touch gesture.

Last updated