InputEventGesture

Inherits: InputEventWithModifiers < InputEvent < Resource < Reference < Object

Inherited By: InputEventMagnifyGesture, InputEventPanGesture

Base class for touch control gestures.

Properties

Vector2positionVector2( 0, 0 )

Property Descriptions

DefaultVector2( 0, 0 )
Setterset_position(value)
Getterget_position()

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.