|
|
|
|
Events
Functions
MioScript Reference
|
|
Raised when the window has the focus and when the user releases a key.
The value of the key can be retreived with keyboard.ID.code and keyboard.ID.char.
Author Window ID Group Name
MioScript Sample Code
event.keyboard:UP
alert(keyboard.main.code())
alert(keyboard.main.char())
event.end |
|
|
|