|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| mouse.visible(Visibility) |
Parameters
| BOOL | Visibility | true to show the mouse, false to hide it. |
Return value
No value is returned.
Description
Show or hide the mouse.
The mouse should be hidden when the user is not in interaction with the application (slide show, screen savers, etc.)
The mouse is hidden for the current application, and remain visible when the mouse is not over a window owned by the application.
|
MioScript Sample Code
|
|
|