offchristianamr
2019-12-02 05:50:54
I have a translator that moves the mouse a certain amount every time I turn a knob, but I don't want the mouse to ever reach the bottom of the screen. Is there a way to set a boundary area on the screen? Thanks.
Alternatively: Is there a way to get the current mouse position and set it as a variable?
Edit: Figured out a way to do this. I set a variable to the initial position when the preset initializes and continually add the mouse move distance to it using the same trigger as the mouse move translator :)