FMX.Types.TGestureOption
Delphi
TGestureOption = (UniDirectional, Skew, Endpoint, Rotate);
C++
enum class DECLSPEC_DENUM TGestureOption : unsigned int { UniDirectional, Skew, Endpoint, Rotate };
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. |
Skew |
The skew of the gesture is important. |
Endpoint |
The endpoint of the gesture should match the starting point. |