godot/doc/classes/InputEventGesture.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
865 B
XML
Raw Normal View History

2017-11-24 22:16:30 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
<class name="InputEventGesture" inherits="InputEventWithModifiers" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
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>
2023-02-28 14:06:21 +00:00
InputEventGesture is sent when a user performs a supported gesture on a touch screen. Gestures can't be emulated using mouse, because they typically require multi-touch.
2017-11-24 22:16:30 +00:00
</description>
<tutorials>
</tutorials>
<members>
<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>
</class>