Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
EventMonitor.LastMousePositionY
Queries last mouse position.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
EventMonitor | 7.3 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "EventMonitor.LastMousePositionY"; 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.MouseY.
See also
- EventMonitor.Install
- EventMonitor.LastMouseClickButton
- EventMonitor.LastMousePositionX
- RemoteControl.MouseY
Release notes
- Version 8.2
- Fixed EventMonitor.LastMousePositionX and EventMonitor.LastMousePositionY for Windows.
- Version 7.3
- Added EventMonitor.LastMousePositionY and EventMonitor.LastMousePositionX functions.
Blog Entries
This function is free to use.
Created 19th June 2017, last changed 5th June 2020
EventMonitor.LastMousePositionX - EventMonitor.SetCardWindow