Vcl.Controls.TCustomGestureEngine.TGestureEngineFlag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TGestureEngineFlag = (efMouseEvents, efTouchEvents);

C++

enum DECLSPEC_DENUM TGestureEngineFlag : unsigned char { efMouseEvents, efTouchEvents };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomGestureEngine

Description

Enumerates the flags associated with a gesturing engine.

TGestureEngineFlag enumerates a set of flags that can be associated with a gesturing engine. The possible values of TGestureEngineFlag are listed in the following table.



Value Meaning

efMouseEvents

The engine responds to mouse events.

efTouchEvents

The engine responds to touch events.



See Also