Window.KeyUp

From Xojo Documentation

Event


Window.KeyUp(Key as String)

Supported for all project types and targets.

Fires when the passed Key is released and no other object on the window has captured the event. It is not guaranteed to be the same key that received the KeyDown event.

See Also

Window.KeyDown