Input simulation docs (specifically mouse modes)
Is there any docs on the input simulation, specifically instead of
I have already tried
Thanks in advanced
[m(3232,1440,r)] which moves the mouse relative is there a way to move it absolutely to a position?I have already tried
[m(3232,1440,a)] but this did not work.Thanks in advanced
Solution
alright, thanks
For anyone else that might stumble upon this in the future, I found a workaround by moving my mouse all the way to the top left with
m(-5000,-5000,r)
and moving it from there
For anyone else that might stumble upon this in the future, I found a workaround by moving my mouse all the way to the top left with
m(-5000,-5000,r)
and moving it from there