PyUserInput icon indicating copy to clipboard operation
PyUserInput copied to clipboard

Multimouse control

Open spoty opened this issue 10 years ago • 2 comments

Hello guys, can I use PyUserInput to control multiple coursors? Thank you in advance.

spoty avatar May 30 '14 10:05 spoty

Don't think so. Do you have any pointers to the native API's to do so? Might be fun to play with.

pepijndevos avatar May 30 '14 10:05 pepijndevos

Not at the moment, not elegantly. I know there are some applications out there to get past the one pointer limitation, though I'm not familiar enough with them to gain much insight. Touch input on the other hand is a sort of multi-pointer technology...

A system could theoretically be designed such that multiple PyMouse pointers could operate in separate threads without action collision, Or possibly to allow a PyMouse pointer to operate simultaneously while a human operates the physical mouse with care to avoid collision. Both of these approaches may have their own limitations. It is a very intriguing idea.

SavinaRoja avatar May 30 '14 16:05 SavinaRoja