FMX.Types.TGestureID
Delphi
TGestureID = rgiFirst .. igiLast;
C++
typedef short TGestureID;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
The TGestureID type is used to identify a gesture.
TGestureID is used to define gesture IDs. TGestureID is a numeric type.
Note: Windows 7 WM_GESTURE identifiers are mapped in the [igiBegin; igiPressAndTap] interval (see the igi... constants in the FMX.Types unit).
See Also
- FMX.Gestures.GestureToIdent (to convert a gesture identifier to string)
- TTouchManager
- TGestureEngine
- Gestures in FireMonkey