Vcl.Controls.TGestureID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TGestureID = -1024..511;

C++

typedef short TGestureID;

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

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 Vcl.Controls unit).

See Also