Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
InputEvent¶
Inherits: Resource < RefCounted < Object
Inherited By: InputEventAction, InputEventFromWindow, InputEventJoypadButton, InputEventJoypadMotion, InputEventMIDI, InputEventShortcut
Abstract base class for input events.
Description¶
Abstract base class of all types of input events. See Node._input.
Tutorials¶
Properties¶
|
Methods¶
accumulate ( InputEvent with_event ) |
|
as_text ( ) const |
|
get_action_strength ( StringName action, bool exact_match=false ) const |
|
is_action ( StringName action, bool exact_match=false ) const |
|
is_action_pressed ( StringName action, bool allow_echo=false, bool exact_match=false ) const |
|
is_action_released ( StringName action, bool exact_match=false ) const |
|
is_action_type ( ) const |
|
is_canceled ( ) const |
|
is_echo ( ) |