|
IDL Reference Guide: iTools Object Classes |
|
The IDLitManipulatorContainer::OnKeyboard procedure method is used when a keyboard event occurs on the target IDLitWindow object. If the current child manipulator supports keyboard events, the OnKeyboard method for that manipulator is called.
Obj->[IDLitManipulatorContainer::]OnKeyboard, Win, IsASCII, Character, Key Value, X, Y, Press, Release, KeyMods
An object reference for the IDLitWindow object 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 a non-ASCII key pressed. The possible 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
IDL Online Help (March 06, 2007)