Home | Trees | Indices | Help |
|
---|
|
object --+ | Event --+ | KeyEvent --+ | KeyUp
Fired when the user releases a key on the keyboard.
Instance Methods | |||
|
|||
|
|||
Inherited from |
Class Variables | |
type =
String constant representing the type of event. |
Instance Variables | |
boolean |
alt True if alt was held down during this event. (Inherited from tdl.event.KeyEvent) |
string |
char A single character string of the letter or symbol pressed. (Inherited from tdl.event.KeyEvent) |
boolean |
control True if control was held down during this event. (Inherited from tdl.event.KeyEvent) |
string |
key Human readable names of the key pressed. (Inherited from tdl.event.KeyEvent) |
keychar Similar to key but returns a case sensitive letter or symbol instead of 'CHAR'. (Inherited from tdl.event.KeyEvent) |
|
boolean | leftAlt (Inherited from tdl.event.KeyEvent) |
boolean | leftCtrl (Inherited from tdl.event.KeyEvent) |
boolean | rightAlt (Inherited from tdl.event.KeyEvent) |
boolean | rightCtrl (Inherited from tdl.event.KeyEvent) |
boolean |
shift True if shift was held down during this event. (Inherited from tdl.event.KeyEvent) |
Properties | |
Inherited from |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat May 28 16:09:37 2016 | http://epydoc.sourceforge.net |