Signals that a keyboard key has been pressed. Requires key focus.
| Event.UI.Input.Key.Down(handle, key) | |||
| Parameter | Type | Datatype | Description |
|---|---|---|---|
| handle | ??? | variant | |
| key | parameter | <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. |