Gestures
Contents |
Delphi Information
Class
| TCustomGestureRecognizer |
TCustomGestureRecognizer is the abstract base for all gesture recognizers. |
| TGestureEngine |
TGestureEngine is the base for all gesturing engines. |
| 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. |
Classref
| TCustomGestureRecognizerClass |
TCustomGestureRecognizerClass defines the metaclass for TCustomGestureRecognizer. |
| TGestureEngineClass |
TGestureEngineClass defines the metaclass for TCustomGestureEngine. |
Function
| FindStandardGesture |
Looks up a standard gesture. |
| GestureToIdent |
Converts a gesture ID to the corresponding string. |
| IdentToGesture |
Converts a string into the corresponding gesture ID. |
Struct
| TStandardGestureData |
Describes a standard gesture. |
Variable
| FDefaultEngineClass | |
| FDefaultRecognizerClass | |
| FRecognizer | |
| FSensitivity | |
| FSupported | |
| FSupportedTested | |
| FTimeOut |
C++ Information
Class
| TCustomGestureRecognizer |
TCustomGestureRecognizer is the abstract base for all gesture recognizers. |
| TGestureEngine |
TGestureEngine is the base for all gesturing engines. |
| 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. |
| TStandardGestureData |
Describes a standard gesture. |
Function
| FindStandardGesture |
Looks up a standard gesture. |
| GestureToIdent |
Converts a gesture ID to the corresponding string. |
| IdentToGesture |
Converts a string into the corresponding gesture ID. |
Typedef
| TCustomGestureRecognizerClass |
TCustomGestureRecognizerClass defines the metaclass for TCustomGestureRecognizer. |
| TGestureEngineClass |
TGestureEngineClass defines the metaclass for TCustomGestureEngine. |