Teensy 3.X absolute mouse positioning stuck to primary monitor only?

Status
Not open for further replies.
Has anyone gotten the mouse example using absolute X and Y coordinates to work with dual monitor systems?

I currently have my keyboard and mouse macro project working nicely in Linux, but when I try to move the mouse to a non-primary monitor, it hits an invisible barrier. After researching it, it seems that we need to enable the flag MOUSE_VIRTUAL_DESKTOP

I have a feeling that this can be done with an inf driver that loads that flag before loading the mouse driver, but I was hoping that someone here would have some experience with it.

Thanks!
 
So I have decided to go around the issue. The problem only occurs for absolute mouse positioning, so luckily I can use the relative mouse HID when not recording macros, and restrict the absolute positioning to recording macros. It just means that during recording, the mouse is restricted to the primary monitor for Windows.
 
Status
Not open for further replies.
Back
Top