DesktopWindow.KeyUp

From Xojo Documentation

Event


DesktopWindow.KeyUp(Key as String)

New in 2021r3

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

DesktopWindow.KeyDown