InputEventScreenTouch
Inherits: InputEvent < Resource < Reference < Object
Input event type for screen touch events.
(only available on mobile devices)
Description
Stores multi-touch press/release information. Supports touch press, touch release and index for multi-touch count and order.
Tutorials
Properties
| ||
| ||
|
Property Descriptions
int index
Default |
|
Setter | set_index(value) |
Getter | get_index() |
The touch index in the case of a multi-touch event. One index = one finger.
Vector2 position
Default |
|
Setter | set_position(value) |
Getter | get_position() |
The touch position.
bool pressed
Default |
|
Setter | set_pressed(value) |
Getter | is_pressed() |
If true
, the touch's state is pressed. If false
, the touch's state is released.
© 2014–2021 Juan Linietsky, Ariel Manzur, Godot Engine contributors
Licensed under the MIT License.
https://docs.godotengine.org/en/3.3/classes/class_inputeventscreentouch.html