You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Monitor::from_point(x, y) can retrieve the screen where the specified coordinates are located. Window::all() returns a list of windows sorted by the z-axis, and the z-axis value can be accessed through window.z(). Therefore, it is also possible to find a window using a coordinate point.
Add a function
get_current()
orget_active()
forMonitor
to get the Monitor with the mouse andWindow
which is active and focused.The text was updated successfully, but these errors were encountered: