2017-11-24 23:16:30 +01:00
<?xml version="1.0" encoding="UTF-8" ?>
2023-03-01 01:44:37 +01:00
<class name= "InputEventGesture" inherits= "InputEventWithModifiers" version= "4.1" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../class.xsd" >
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 >
2019-09-24 19:45:03 +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>
</class>