Vcl.Controls.TGestureOption
Delphi
TGestureOption = (goUniDirectional, goSkew, goEndpoint, goRotate);
C++
enum DECLSPEC_DENUM TGestureOption : unsigned char { goUniDirectional, goSkew, goEndpoint, goRotate };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | Vcl.Controls |
Description
Enumerates the possible gesture options.
TGestureOption enumerates the possible gesture options. The TGestureOption enumeration is used in gesture recognition algorithms to properly identify a gesture.
The possible values of TGestureOption are listed in the following table:
| Value | Meaning |
|---|---|
|
goDirectional |
The direction of the gesture is important. |
|
goSkew |
The skew of the gesture is important. |
|
goEndpoint |
The endpoint of the gesture should match the starting point. |