2017-11-24 23:16:30 +01:00
<?xml version="1.0" encoding="UTF-8" ?>
2020-01-26 16:01:49 +01:00
<class name= "InputEventGesture" inherits= "InputEventWithModifiers" version= "3.2" >
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>
<methods >
</methods>
<members >
2019-06-29 12:38:01 +02:00
<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>
<constants >
</constants>
</class>