Currently, if I am moving my cursor up, I want it to move to another machine and show up on the vertical axis as well as horizontal.
Setting the current range: up = client2(0,50) would only move the cursor to the left side of the monitor, but i want to move my cursor up the vertical axis as I have 2 dual monitors on my other machine.
Client1: Monitor1 is above Monitor2
Client2: Monitor1 is to the left of Client1
When moving up on Client2, I want the cursor to show up on the bottom of Monitor1 vs the bottom of Monitor2.
I tried setting the below, but that failed... up = client2(0,50,0,50)