|
|
|
|
Events
Functions
MioScript Reference
|
|
Raised when the window has the focus and when the user release a key.
If you need to catch keyboard messages for a specific window, use event.keybard:up
The value of the key can be retreived with keyboard.global.code.
This event can also be used to react to the Windows Media Center remote control.
Author Window ID Group Name
MioScript Sample Code
event.keyboard:global:UP
alert(keyboard.global.code())
event.end |
|
|
|