|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
Parameters
None.
Return value
| Ascii code of the latest key pressed by the user. |
Description
Returns the ascii code of the latest key pressed by the user.
The ID is a valid window ID.
This function should be used in the event event.keybard:down. |
MioScript Sample Code
event.keyboard:down
alert(keyboard.main.code())
event.end |
|
|
|