Event.UI.Input.Key.Up

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

Usage:

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