Why can not move Mouse to Opposite Screens?

I tried to move the mouse according to the following method, but it doesn't work, only when I move the mouse to the edge, it detects the change. Since my ipad is on the bottom, I set it to SCREEN(1, Bottom), I tried putting the ipad on the left, and then set it to SCREEN(1, Left), and it works, I don't know what's wrong!

Screen Recording 2023-11-24 at 14.02.11.2023-11-24 14_05_22

MOUSEX() is horizontal, MOUSEY() is vertical. MOUSEX() should be compared with Right, while MOUSEY() should be compared with bottom. You are comparing MOUSEX() with Bottom.

Bear in mind there's always a 10% chance I'm wrong any time I speak.

1 Like

Thank you very much. It works. I didn't notice that parameter.

Hi, I have a new question. I want to move from the ipad, which is the second screen, to a position in the front window of the first screen. I can do it but it's a bit troublesome, first I move from the second screen to the main screen and then to a position on the front window of the main screen, this works but every time I have to pause,Is there a better way? Thank you.
move to front window of mian screen.kmmacros (5.4 KB)