|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
Parameters
None.
Return value
| Latest character corresponding to the key pressed by the user. |
Description
Returns the latest character corresponding to the key pressed by the user.
The ID is a valid window ID.
This function should be used in the event event.keyboard:down or event.keyboard:up. |
MioScript Sample Code
event.keyboard:down
alert(keyboard.main.char())
event.end |
|
|
|