Ok my basic idea for this program is something like this:
there needs to be start and stop hotkey
I want to run multiple versions of an application at the same time say 5 or so
something like this
in window1 on LMB down x,y, cords r stored
on LMB up the x, y, cords (from LMB down) are sent to window2, window3.... via a just a click command
can more than 1 window be defined as the active window using ahk? some kind of forced state or something
Also to keep the cords the same I was thinking of using something like TransOther v1.1 and having the windows over each other
ty