Quote:
Originally Posted by sogaiu
Any thoughts on what to do for non-mirroring arrangements?
|
I think the (mouse) coordinates get an offset:
the most frequent case could be:
mouse_x = main_screen_width + second_screen_x
mouse_y = second_screen_y
meaning the extension is eastward, but it could be anything. A setting must be read to determine it.