Data type HotKey
access this type via: ui.ClickableObject (uses)
Data type describing a hot key which is active when a graphics object has focus.
Fields
byte modifier The key modifier for the hot key, which is a bitwise-or of values from KeyState.
int keyCode The hardware-independent key code for this hot key, from os.KeyCode.