33 lines
1.3 KiB
Markdown
33 lines
1.3 KiB
Markdown
|
# EventWithModifiers
|
||
|
|
||
|
|
||
|
|
||
|
## 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` |
|
||
|
|
||
|
|
||
|
|
||
|
## 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.
|