Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

h0tw1r3
Copy link
Collaborator

@h0tw1r3 h0tw1r3 commented Jun 3, 2015

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.

@mickelson
Copy link
Owner

Thanks for this, it is going to be a bit before I have a chance to check it out...

@h0tw1r3
Copy link
Collaborator Author

h0tw1r3 commented Jun 17, 2015

The only problem I have so far is the movement is relative. I really need absolute positioning for light gun input.

@mickelson
Copy link
Owner

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...

@h0tw1r3 h0tw1r3 force-pushed the feature/manymouse branch 2 times, most recently from c9f5e35 to 65ce4a2 Compare September 26, 2015 00:15
@h0tw1r3 h0tw1r3 force-pushed the feature/manymouse branch from 240b89a to 3bb0243 Compare March 12, 2016 07:31
@mickelson mickelson force-pushed the master branch 3 times, most recently from fbf02e9 to 1a5da8a Compare December 28, 2016 08:38
@djrobx
Copy link
Contributor

djrobx commented Feb 27, 2017

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.

@h0tw1r3 h0tw1r3 force-pushed the feature/manymouse branch from 3bb0243 to 747cd8e Compare October 9, 2021 01:23
@h0tw1r3
Copy link
Collaborator Author

h0tw1r3 commented Oct 9, 2021

Rebased on master. Not familiar with the input changes in the 5 years since this PR was opened, but it does compile and run.

@djrobx
Copy link
Contributor

djrobx commented Oct 11, 2021

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants