How to Know If the Current Mouse Cursor Is on Screen 1 or Screen 2?

Hi, How to know if the current mouse cursor is on screen 1 or screen 2 or screen 3 ? then I can manipulate the window on the current screen.
Thanks

Use the MOUSEX and MOUSEY functions, and the SCREEN functions to determine whether the mouse is in one or other screen.

1 Like