Controls.TInteractiveGestures
From RAD Studio VCL Reference
Contents |
Delphi Information
From Controls.pas
TInteractiveGestures = set of TInteractiveGesture;
Unit: Controls
Type: set
C++ Information
From Controls.hpp
typedef System::Set<Controls::TInteractiveGesture,0,4> TInteractiveGestures;
Unit: Controls
Type: typedef
Description
Specifies a set of interactive gestures.
TInteractiveGestures is a set of interactive gestures. TInteractiveGestures can have one or more of the following values:
| Value | Meaning |
|---|---|
|
igZoom |
The "Zoom" gesture. Requires the use of two fingers. |
|
igPan |
The "Pan" gesture. Used for scrolling and 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. |