Maximum mouse move distance

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 :)

Hi,

I’m glad you found a way to do it. I also have a program I wrote called MIDIBuddy, that can send mouse position, clicks and joystick information to Bome MIDI Translator so that it can become more mouse aware.

It only works on Windows, however.

 

Steve Caldwell
Bome Q and A Moderator and
Independent Bome Consultant/Specialist
bome@sniz.biz

 

Nice, thank you!