|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
Parameters
| KEYWORD | Cursor | Cursor. Possible values are: edit help hotspot no none normal sizeNESW sizeNS sizeNWSE sizeWE userDefined |
Return value
No value is returned.
Description
Changes the mouse cursor for the specified window.
To change the cursor for all the windows owned by the application: mouse.cursor
When the parameter is set to userDefined, the latest cursor loaded with mouse.load is applied. |
MioScript Sample Code
// Set the mouse cursor for the main window
mouse.main.cursor(help) |
|
|
|