2024-03-16 19:45:43 +02:00
|
|
|
# EventWithModifiers
|
2024-03-17 00:05:55 +02:00
|
|
|
**Inherits:** [Event](/reference/Event.html)
|
2024-03-16 19:45:43 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
| Name | Type | Default |
|
|
|
|
| ----------------------------------- | ------------------------------------------------------------------- | ------- |
|
|
|
|
| [alt_pressed](#alt-pressed) | [bool](https://docs.godotengine.org/de/4.x/classes/class_bool.html) | `false` |
|
|
|
|
| [control_pressed](#control-pressed) | [bool](https://docs.godotengine.org/de/4.x/classes/class_bool.html) | `false` |
|
|
|
|
| [meta_pressed](#meta-pressed) | [bool](https://docs.godotengine.org/de/4.x/classes/class_bool.html) | `false` |
|
|
|
|
| [shift_pressed](#shift-pressed) | [bool](https://docs.godotengine.org/de/4.x/classes/class_bool.html) | `false` |
|
|
|
|
|
|
|
|
|
|
|
|
|
2024-03-17 00:05:55 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2024-03-16 19:45:43 +02:00
|
|
|
## Property Descriptions
|
|
|
|
|
|
|
|
### alt_pressed: [bool](https://docs.godotengine.org/de/4.x/classes/class_bool.html) {#alt-pressed}
|
|
|
|
|
|
|
|
No description provided yet.
|
|
|
|
|
|
|
|
### control_pressed: [bool](https://docs.godotengine.org/de/4.x/classes/class_bool.html) {#control-pressed}
|
|
|
|
|
|
|
|
No description provided yet.
|
|
|
|
|
|
|
|
### meta_pressed: [bool](https://docs.godotengine.org/de/4.x/classes/class_bool.html) {#meta-pressed}
|
|
|
|
|
|
|
|
No description provided yet.
|
|
|
|
|
|
|
|
### shift_pressed: [bool](https://docs.godotengine.org/de/4.x/classes/class_bool.html) {#shift-pressed}
|
|
|
|
|
|
|
|
No description provided yet.
|