2017-11-24 22:16:30 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
2020-01-26 15:01:49 +00:00
<class name= "InputEventGesture" inherits= "InputEventWithModifiers" version= "3.2" >
2017-11-24 22:16:30 +00:00
<brief_description >
2020-03-03 18:21:21 +00:00
Base class for touch control gestures.
2017-11-24 22:16:30 +00:00
</brief_description>
<description >
</description>
<tutorials >
</tutorials>
<methods >
</methods>
<members >
2019-06-29 10:38:01 +00:00
<member name= "position" type= "Vector2" setter= "set_position" getter= "get_position" default= "Vector2( 0, 0 )" >
2020-03-03 18:21:21 +00: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 22:16:30 +00:00
</member>
</members>
<constants >
</constants>
</class>