Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
InputEventPanGesture
Hereda: InputEventGesture < InputEventWithModifiers < InputEventFromWindow < InputEvent < Resource < RefCounted < Object
Representa un gesto táctil de desplazamiento.
Descripción
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 ProjectSettings.input_devices/pointing/android/enable_pan_and_scale_gestures project setting to be enabled.
Tutoriales
Propiedades
|
Descripciones de Propiedades
Vector2 delta = Vector2(0, 0) 🔗
Cantidad de desplazamiento desde el último evento de desplazamiento.