FMX.Gestures
Defines classes and types for FireMonkey touch and gesturing functionality. FireMonkey support for gestures is very similar to VCL support for gestures.
For general information, see Gestures in FireMonkey and Gesture Support in Metropolis UI Applications. The VCL Gesturing Overview is also useful.
Package | fmx290.bpl |
---|
Contents
Classes
EGestureException | |
TCustomGestureRecognizer | TCustomGestureRecognizer is the abstract base for all gesture recognizers. |
TCustomGestureRecognizerClass | TCustomGestureRecognizerClass defines the metaclass for TCustomGestureRecognizer. |
TGestureCollection | TGestureCollection is a collection of TGestureCollectionItem objects. |
TGestureCollectionItem | TGestureCollectionItem is the descendant of TCollectionItem used to contain the set of points that makes up a gesture. |
TGestureEngine | TGestureEngine is the base for all gesturing engines. |
TGestureEngineClass | TGestureEngineClass defines the metaclass for TCustomGestureEngine. |
TGestureManager | TGestureManager is a class that manages all the gestures in an application. |
Routines
FindStandardGesture | Looks up a standard gesture. |
GestureToIdent | Converts a gesture ID to the corresponding string. |
IdentToGesture | Converts a string into the corresponding gesture ID. |
Types
TGestureItemChangeEvent | Type of the event handler for the change or deletion of a gesture. |
TGestureList | |
TGestureNotification | Enumerates a change or a deletion of a gesture. |
TGesturePoints | |
TStandardGestureData | Describes a standard gesture. |
Variables
CustomGestureTypes | Constant of type TGestureTypes that enumerates the types of custom gestures. |
Constants
cgiFirst | cgiFirst: Integer = $FFFFFE00; |
cgiLast | cgiLast: Integer = $FFFFFFFF; |
rgiFirst | rgiFirst: Integer = $FFFFFC00; |
rgiLast | rgiLast: Integer = $FFFFFDFF; |