Class InputEventPanGesture
Represents a panning touch gesture.
- Inheritance
-
InputEventPanGesture
Remarks
Stores information about pan gestures. A pan gesture is performed when the user swipes the touch screen with two fingers. It's typically used for panning/scrolling.
Note: On Android, this requires the input_devices/pointing/android/enable_pan_and_scale_gestures project setting to be enabled.
See Also
Properties
delta
Panning amount since last pan event.
var delta : Vector2 = Vector2(0, 0)