| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object
|
+--xp.events.Event
|
+--xp.events.KeyEvent
Field Summary | ||
| code: Number | ||
| An integer that represents the key code of the last key pressed. | ||
| repeat: Boolean | ||
| A boolean indicating whether the key press is being repeated. That is another press with out a release. | ||
| ||
Constructor | ||
| public | KeyEvent ( type: String, code: Number, repeat: Boolean) | |
| Constructs a new KeyUp event | ||
| var code: Number |
| An integer that represents the key code of the last key pressed. |
| var repeat: Boolean |
| A boolean indicating whether the key press is being repeated. That is another press with out a release. |
|
| Constructs a new KeyUp event | |||||||||
|