Conversation
Notices
-
Embed this notice
@ruin if he has two mouses are there two cursors?
-
Embed this notice
@6EQUJ5 @ruin there used to be a windows driver for two mouses, this isn't actually natively supported by any OS
-
Embed this notice
@birdulon @6EQUJ5 @ruin shit you're right, they added multi mouse to xorg in 2009.
Windows does not have multiple mouse support. There is an API that enables multiple mouse support per-application and there are programs that make fake mouse pointers and multiplex the input.
-
Embed this notice
@sun @6EQUJ5 @ruin What do you mean by "natively supported"? Multi-mouse to multi-cursor on X11 and some Wayland compositors is trivial, the usual roadblock was applications expecting a single global cursor and window managers asking philosophical questions about what it means to focus a window. Applications being multitouch touchscreen aware has improved the situation somewhat, and all the modern OS/DEs with the exception of macOS have adapted to the mouse+multitouch touchscreen paradigm.