EventLib REALbasic Plugin |
|
SetMouse Method
Sets the location of the mouse cursor on the screen.
SetMouse(
x as Integer,
y as Integer)
Parameters
- x
- The horizontal coordinate relative to the screen.
- y
- The vertical coordinate relative to the screen.
Remarks
x,y are screen coordinates.
Supported Platforms:
PPC - MacOS 9Carbon - MacOS 9 and MacOS X (PEF)MacOS X PPC - (Mach-O)MacOS X Universal Binary (Mach-O)Win32 - WindowsLinux x86
See Also
GlobalMethods Global