Interface KeyEventObject
access this type via: ui.KeyEventObject (provides, requires or uses)
This API represents a graphical object which requires detailed keyboard events from the windowing system.
Functions
bool keyDown(int keyID)
bool keyUp(int keyID)
bool keyDown(int keyID)
This function is called by a windowing system when a keyboard button is pressed down.
bool keyUp(int keyID)
This function is called by a windowing system when a keyboard button is released.