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