Mark 2009-02-06 09:43
I have noticed a minor issue when using 2 monitors of differing resolutions. (1) 1024 x768 left (2) 1280x1024 right
When the mouse moves from the right to the left, if the y mouse co-ordinate > 768 then the mouse cannot move to the left monitor. It gets stuck on the right until the mouse is moved upwards so that the y co-ordinate is <= y resolution of the left monitor.
If y_mouse_co-ord > left_monitor_y-resolution set y_mouse_co-ord = left_monitor_y-resolution & allow the mouse to move onto the left screen. Would that be possible?
Regards
|
Christian Studer 2009-02-06 11:57
This is just how Windows handles mouse movement, UltraMon doesn't get involved with this.
I'll look into the possibility of changing this behavior for a future release.
Christian Studer - www.realtimesoft.com
|
Mark 2009-02-07 09:24
Many thanks
|