Event.UI.Input.Key.Down

Signals that a keyboard key has been pressed. Requires key focus.

Usage:

Event.UI.Input.Key.Down(handle, key)
ParameterTypeDatatypeDescription
handle???variant
keyparameter<nope>Key code for the applicable key. Generally, the lowercase non-shifted result of pressing that key. Will be a user-identifiable string for keys without standard display representations.