Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

EventMonitor.LastMousePositionX

Queries last mouse position.

Component Version macOS Windows Linux Server iOS SDK
EventMonitor 7.3 ✅ Yes ✅ Yes ❌ No ❌ No ❌ No
MBS( "EventMonitor.LastMousePositionX"; PerWindow )   More

Parameters

Parameter Description Example
PerWindow Pass 1 to get coordinates relative to the window at mouse position (Mac) or front window (Win).
Or pass 0 to get screen coordinates. (default)
1

Result

Returns value or error.

Description

Queries last mouse position.
Relative to top/left of main screen.

Please call EventMonitor.Install earlier in your scripts once on startup of solution.
See also RemoteControl.MouseX.

See also

Release notes

Blog Entries

Created 19th June 2017, last changed 5th June 2020


EventMonitor.LastMouseClickIsDoubleClick - EventMonitor.LastMousePositionY

Feedback: Report problem or ask question.