MouseX()
Syntax
Result = MouseX()Description
Returns the actual mouse 'x' position (in pixels) on the current screen. The position can be changed easily with the MouseLocate() function. ExamineMouse() should be called before this function to update the actual mouse position.
Parameters
None.
Return value
The actual mouse 'x' position (in pixels) on the current screen.
See Also
ExamineMouse(), MouseLocate(), MouseY()
Supported OS
All