-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple mouse support with working threshold using ManyMouse. #133
base: master
Are you sure you want to change the base?
Conversation
Thanks for this, it is going to be a bit before I have a chance to check it out... |
The only problem I have so far is the movement is relative. I really need absolute positioning for light gun input. |
6299488
to
fd2d729
Compare
Ok so I did start looking at this but then I lost the thread because I started hacking and changing things without much of a plan. I'll have to pick it up again after 1.6 is released. One thing I want to test is if a mouse button is mapped to say the "next selection" and "prev selection" actions, will holding down the button to scroll through the list still work... |
c9f5e35
to
65ce4a2
Compare
240b89a
to
3bb0243
Compare
fbf02e9
to
1a5da8a
Compare
Just wanted to make a note that I am also interested in this feature. My cab has three separate trackballs. I'd love to be able to differentiate them so my plugin knows to rotate the UI to the right orientation when certain trackballs are touched. |
3bb0243
to
747cd8e
Compare
Rebased on master. Not familiar with the input changes in the 5 years since this PR was opened, but it does compile and run. |
Thanks! I've been using your old version for years now, and it works a treat! |
Not fully tested!
Created a win32 binary release so those without a build environment can test.
Please forgive any coding style mistakes or lack of C++ experience.