|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
Parameters
| INT | x,y | New position of the mouse cursor. |
Return value
No value is returned.
Description
| Set the position of the mouse in the screen. |
MioScript Sample Code
// Center the mouse in the screen
mouse.pos(screen.width()/2, screen.height()/2)
|
|
|
|