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...
InputEventGesture¶
Inherits: InputEventWithModifiers < InputEventFromWindow < InputEvent < Resource < RefCounted < Object
Inherited By: InputEventMagnifyGesture, InputEventPanGesture
Abstract base class for touch gestures.
描述¶
InputEventGestures are sent when a user performs a supported gesture on a touch screen. Gestures can't be emulated using mouse, because they typically require multi-touch.
教程¶
属性¶
|
Property Descriptions¶
Vector2 position = Vector2(0, 0)
The local gesture position relative to the Viewport. If used in Control._gui_input, the position is relative to the current Control that received this gesture.