2017-09-12 22:42:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2019-04-01 12:33:56 +02:00
|
|
|
<class name="InputEventScreenTouch" inherits="InputEvent" category="Core" version="3.2">
|
2017-09-12 22:42:36 +02:00
|
|
|
<brief_description>
|
|
|
|
Input event type for screen touch events.
|
2017-10-16 00:07:13 +02:00
|
|
|
(only available on mobile devices)
|
2017-09-12 22:42:36 +02:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2017-10-16 00:07:13 +02:00
|
|
|
Stores multi-touch press/release information. Supports touch press, touch release and [member index] for multi-touch count and order.
|
2017-09-12 22:42:36 +02:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
2018-11-05 08:46:27 +01:00
|
|
|
<link>https://docs.godotengine.org/en/latest/tutorials/inputs/inputevent.html</link>
|
2017-09-12 22:42:36 +02:00
|
|
|
</tutorials>
|
|
|
|
<demos>
|
|
|
|
</demos>
|
|
|
|
<methods>
|
|
|
|
</methods>
|
|
|
|
<members>
|
2017-09-13 08:49:40 +02:00
|
|
|
<member name="index" type="int" setter="set_index" getter="get_index">
|
2017-10-16 00:07:13 +02:00
|
|
|
Touch index in the case of a multi-touch event. One index = one finger.
|
2017-09-12 22:42:36 +02:00
|
|
|
</member>
|
2017-09-13 08:49:40 +02:00
|
|
|
<member name="position" type="Vector2" setter="set_position" getter="get_position">
|
2017-10-16 00:07:13 +02:00
|
|
|
Touch position.
|
2017-09-12 22:42:36 +02:00
|
|
|
</member>
|
2017-09-13 08:49:40 +02:00
|
|
|
<member name="pressed" type="bool" setter="set_pressed" getter="is_pressed">
|
2018-12-20 13:46:54 +01:00
|
|
|
If [code]true[/code], the touch's state is pressed. If [code]false[/code], the touch's state is released.
|
2017-09-12 22:42:36 +02:00
|
|
|
</member>
|
|
|
|
</members>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|