Show: Delphi
C++
Display Preferences
FMX.Types.TInteractiveGesture
From XE3 API Documentation
Delphi
TInteractiveGesture = (igZoom, igPan, igRotate, igTwoFingerTap, igPressAndTap);
C++
enum class DECLSPEC_DENUM TInteractiveGesture : unsigned int { igZoom, igPan, igRotate, igTwoFingerTap, igPressAndTap };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Enumerates the supported interactive gestures.
TInteractiveGesture enumerates the interactive gestures supported by FireMonkey.
The possible values of TInteractiveGesture are listed in the following table (for more information, see FMX.Types.TGestureEventInfo):
| Value | Meaning |
|---|---|
|
igZoom |
The "Zoom" gesture; requires the use of two fingers. |
|
igPan |
The "Pan" gesture. Used for scrolling; requires just one finger. |
|
igRotate |
The "Rotate" gesture. Used to rotate UI elements; requires two fingers. |
|
igTwoFingerTap |
The "Two Finger Tap" gesture; requires two fingers. |
|
igPressAndTap |
The "Press And Tap" gesture; requires two fingers, one to hold pressed and one to tap. |