InputEventScreenTouch
Hereda: InputEventFromWindow < InputEvent < Resource < RefCounted < Object
Represents a screen touch event.
Descripción
Stores information about multi-touch press/release input events. Supports touch press, touch release and index for multi-touch count and order.
Tutoriales
Propiedades
|
||
|
||
|
||
|
||
|
Descripciones de Propiedades
If true, the touch event has been canceled.
If true, the touch's state is a double tap.
El índice táctil en el caso de un evento multitáctil. Un índice = un dedo.
Vector2 position = Vector2(0, 0) 🔗
The touch position in the viewport the node is in, using the coordinate system of this viewport.
Si es true, el estado del toque se pulsa. Si es false, el estado del toque se libera.