The IDLitManipulator::OnKeyboard procedure method is used when a keyboard event occurs on the target IDLitWindow.
Obj->[IDLitManipulator::]OnKeyboard, Win, IsASCII, Character, KeyValue, X, Y, Press, Release, KeyMods
An object reference for the IDLitWindow from which the event came.
A Boolean value to determine if the character is in the ASCII character set. This value is True if the character is in the ASCII character set.
The numeric value representing the key pressed if the key is non-ASCII. The possible numeric values are:
A string containing the ASCII character of the key pressed.
A floating-point value representing the x-coordinate in the window's coordinates.
A floating-point value representing the y-coordinate in the window's coordinates.
A Boolean value to determine if the current event is a key press. This value is True if the event is pressing the key
A Boolean value to determine if the current event is a key release. This value is True if event is releasing the key
An integer representing the keyboard modifiers for the button. These can have one of the following values:
None
Introduced: 6.0