Vcl.Touch.Gestures
Provides VCL gesture engine and recognizer classes.
Package | vcltouch270.bpl |
---|
Classes
TCustomGestureRecognizer | TCustomGestureRecognizer is the abstract base for all gesture recognizers. |
TCustomGestureRecognizerClass | TCustomGestureRecognizerClass defines the metaclass for TCustomGestureRecognizer. |
TGestureEngine | TGestureEngine is the base for all gesturing engines. |
TGestureEngineClass | TGestureEngineClass defines the metaclass for TCustomGestureEngine. |
TGestureRecognizer | TGestureRecognizer is used to recognize gestures. |
TMouseGestureEngine | TMouseGestureEngine represents a platform-independent mouse-based gesture engine. |
TPlatformGestureEngine | TPlatformGestureEngine represents a Windows platform-specific gesture engine. |
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
TGestureList | Represents a list of gesture collection items. |
TGesturePoints | |
TStandardGestureData | Describes a standard gesture. |