Function: |
Parameters: |
Description: |
SHOW |
[None] |
Shows the mouse |
HIDE |
[None] |
Hides the mouse |
INIT |
[None] |
Initialize the mouse, sets Mouse.Exist to TRUE or FALSE |
PUT |
X, Y |
Puts the mouse at X, Y |
RANGE |
X1, Y1, X2, Y2 |
Sets the range of the mouse (X1,Y1)-(X2,Y2) |
/RANGE |
[None] |
Sets the range to the whole screen |
MOVE |
X, Y |
Moves the mouse form its current location to X, Y |
SPEED |
XSpeed, YSpeed |
Sets the speed of the mouse (Right-Left speed, Up-Down Speed) |
/SPEED |
[None] |
Sets the default speed (9,9) |
HOT or HOTSPOT |
X, Y |
Sets the HOTSPOT of the mouse |
/HOT or /HOTSPOT |
[None] |
Sets the default HOTSPOT of the mouse (0,0) |
LOAD |
File$ |
Loads a Mouse Icon, but does not show it |
ICON |
[None] |
Sets Icon of the mouse, from a previously loaded icon |
REPLACE |
File$ |
Loads File$ and shows the icon |
/ICON |
[None] |
Resets the default mouse Icon |
REFRESH |
[None] |
Refreshes the mouse, may be useful sometimes |