2024-03-16 19:45:43 +02:00
|
|
|
# EventTouch
|
2024-03-17 00:05:55 +02:00
|
|
|
**Inherits:** [EventBubble](/reference/EventBubble.html)
|
2024-03-16 19:45:43 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
| Name | Type | Default |
|
|
|
|
| ------------------- | ----------------------------------------------------- | ------- |
|
|
|
|
| [fingers](#fingers) | [Finger](/reference/lib--utils--touch--finger.html)[] | |
|
|
|
|
|
|
|
|
## Methods
|
|
|
|
|
|
|
|
| Returns | Name |
|
|
|
|
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
|
|
|
|
| [Variant](https://docs.godotengine.org/de/4.x/classes/class_variant.html) | [has_finger](#has-finger) ( finger: [int](https://docs.godotengine.org/de/4.x/classes/class_int.html) ) |
|
|
|
|
|
2024-03-17 00:05:55 +02:00
|
|
|
|
|
|
|
|
|
|
|
## Constants
|
|
|
|
|
|
|
|
|
|
|
|
### Finger = `<Object>` {#const-Finger}
|
|
|
|
|
|
|
|
No description provided yet.
|
|
|
|
|
|
|
|
|
2024-03-16 19:45:43 +02:00
|
|
|
## Property Descriptions
|
|
|
|
|
|
|
|
### fingers: [Finger](/reference/lib--utils--touch--finger.html)[] {#fingers}
|
|
|
|
|
|
|
|
No description provided yet.
|
|
|
|
|
|
|
|
## Method Descriptions
|
|
|
|
|
2024-03-17 00:05:55 +02:00
|
|
|
### has_finger (finger: [int](https://docs.godotengine.org/de/4.x/classes/class_int.html) ) -> [Variant](https://docs.godotengine.org/de/4.x/classes/class_variant.html) {#has-finger}
|
2024-03-16 19:45:43 +02:00
|
|
|
|
|
|
|
No description provided yet.
|