FMX.Types.TGestureID

From RAD Studio API Documentation
Jump to: navigation, search

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