Event.UI.Input.Key.Repeat

Signals that a keyboard key is repeating. Requires key focus.

Usage:

Event.UI.Input.Key.Repeat(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.