Module input_event
Expand description
Sidecar module for class InputEvent
.
Defines related flag and enum types. In GDScript, those are nested under the class scope.
See also Godot docs for InputEvent
enums.
Structsยง
- ExGet
Action Strength - Default-param extender for
InputEvent::get_action_strength_ex
. - ExIs
Action - Default-param extender for
InputEvent::is_action_ex
. - ExIs
Action Pressed - Default-param extender for
InputEvent::is_action_pressed_ex
. - ExIs
Action Released - Default-param extender for
InputEvent::is_action_released_ex
. - ExIs
Match - Default-param extender for
InputEvent::is_match_ex
. - ExXformed
By - Default-param extender for
InputEvent::xformed_by_ex
.