Returns the scancode combined with modifier keys such as Shift or Alt. See also InputEventWithModifiers.
If true the key was already pressed before this event. It means the user is holding the key down.
If true the key was already pressed before this event. It means the user is holding the key down.
If true the key's state is pressed. If false the key's state is released.
Key scancode, one of the KEY_* constants in @GlobalScope.
Key unicode identifier when relevant.
Input event type for keyboard events.
Stores key presses on the keyboard. Supports key presses, key releases and echo events.