immersive-home/docs/reference/EventTouch.md

39 lines
1.4 KiB
Markdown
Raw Normal View History

2024-03-16 19:45:43 +02:00
# EventTouch
**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) ) |
## 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
### 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.