Vcl.Controls.TCustomGestureEngine.TGestureEngineFlags
Delphi
type TGestureEngineFlags = set of TCustomGestureEngine.TGestureEngineFlag;
C++
typedef System::Set<TGestureEngineFlag, TGestureEngineFlag::efMouseEvents, TGestureEngineFlag::efTouchEvents> TGestureEngineFlags;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
set typedef |
public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TCustomGestureEngine |
Description
Specifies a set of flags associated with a gesturing engine.
TGestureEngineFlags specifies a set of flags that can be associated with a gesturing engine. The possible values of TGestureEngineFlags are listed in the following table.
| Value | Meaning |
|---|---|
|
efMouseEvents |
The engine responds to mouse events. |
|
efTouchEvents |
The engine responds to touch events. |