2017-09-12 22:42:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2020-03-30 18:22:57 +02:00
|
|
|
<class name="InputEventScreenTouch" inherits="InputEventFromWindow" version="4.0">
|
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>
|
2021-11-15 10:43:07 +01:00
|
|
|
<link title="InputEvent">$DOCS_URL/tutorials/inputs/inputevent.html</link>
|
2017-09-12 22:42:36 +02:00
|
|
|
</tutorials>
|
|
|
|
<members>
|
2019-06-29 12:38:01 +02:00
|
|
|
<member name="index" type="int" setter="set_index" getter="get_index" default="0">
|
2019-06-22 01:04:47 +02:00
|
|
|
The touch index in the case of a multi-touch event. One index = one finger.
|
2017-09-12 22:42:36 +02:00
|
|
|
</member>
|
2019-09-24 19:45:03 +02:00
|
|
|
<member name="position" type="Vector2" setter="set_position" getter="get_position" default="Vector2(0, 0)">
|
2019-06-22 01:04:47 +02:00
|
|
|
The touch position.
|
2017-09-12 22:42:36 +02:00
|
|
|
</member>
|
2019-06-29 12:38:01 +02:00
|
|
|
<member name="pressed" type="bool" setter="set_pressed" getter="is_pressed" default="false">
|
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>
|
|
|
|
</class>
|