Show: Delphi
C++
Display Preferences
FMX.Types.TGestureOption
From XE3 API Documentation
Delphi
TGestureOption = (goUniDirectional, goSkew, goEndpoint, goRotate);
C++
enum class DECLSPEC_DENUM TGestureOption : unsigned int { goUniDirectional, goSkew, goEndpoint, goRotate };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
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. |