Vcl.Touch.GestureCtrls
Provides VCL components for recording, previewing and displaying lists of gestures.
| Package | vcltouch250.bpl |
|---|
Classes
| IGestureProvider | Defines two methods implemented by TCustomGestureListView. |
| TCustomGestureListView | TCustomGestureListView is the base type for all gesture list view components. |
| TCustomGesturePreview | TCustomGesturePreview is the base type for all gesture preview controls. |
| TCustomGestureRecorder | TCustomGestureRecorder is the base type for all gesture recorder controls. |
| TGestureListView | TGestureListView is a list view control designed to display gestures. |
| TGesturePreview | TGesturePreview is used to preview a gesture. |
| TGestureRecorder | TGestureRecorder allows recording of gestures. |
Routines
| DrawGesture | Draws a gesture on a given canvas. |
| ScaleGesturePoints | Scales the set of input points by a given factor. |
Types
| TCreateSubItemsEvent | TCreateSubItemsEvent is the function type for an OnCreateSubItems event. |
| TGestureProviderChangeEvent | |
| TGestureRecordedEvent | TGestureRecordedEvent is the function type for an OnGestureRecorded event. |
| TGetGestureGroupEvent | TGetGestureGroupEvent is the function type for an OnGetGestureGroup event. |