GestureMgr
From RAD Studio VCL Reference
Contents |
Delphi Information
Class
| TGestureCollection |
TGestureCollection is a collection of TGestureCollectionItems. |
| TGestureCollectionItem |
TGestureCollectionItem is the descendant of TCollectionItem used to contain the set of points that makes up a gesture. |
| TGestureManager |
TGestureManager is a class that manages all the gestures in an application. |
Enum
| TGestureNotification |
Enumerates a change or a deletion of a gesture. |
Struct
| TPair |
Variable
| FDesignerHook | |
| FInstanceList | |
| FNextGestureID | |
| FRegisteredGestures |
C++ Information
Class
| TGestureCollection |
TGestureCollection is a collection of TGestureCollectionItems. |
| TGestureCollectionItem |
TGestureCollectionItem is the descendant of TCollectionItem used to contain the set of points that makes up a gesture. |
| TGestureManager |
TGestureManager is a class that manages all the gestures in an application. |
Enum
| TGestureNotification |
Enumerates a change or a deletion of a gesture. |
Typedef
| TGestureItemChangeEvent |
Type of the event handler for the change or deletion of a gesture. |