godot/doc/classes/InputEventGesture.xml

16 lines
594 B
XML
Raw Permalink Normal View History

2017-11-24 23:16:30 +01:00
<?xml version="1.0" encoding="UTF-8" ?>
2020-02-01 02:03:48 +01:00
<class name="InputEventGesture" inherits="InputEventWithModifiers" version="4.0">
2017-11-24 23:16:30 +01:00
<brief_description>
2020-03-03 19:21:21 +01:00
Base class for touch control gestures.
2017-11-24 23:16:30 +01:00
</brief_description>
<description>
</description>
<tutorials>
</tutorials>
<members>
<member name="position" type="Vector2" setter="set_position" getter="get_position" default="Vector2(0, 0)">
2020-03-03 19:21:21 +01:00
The local gesture position relative to the [Viewport]. If used in [method Control._gui_input], the position is relative to the current [Control] that received this gesture.
2017-11-24 23:16:30 +01:00
</member>
</members>
</class>