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

Option to disable auto-centering? #13

Closed
swiftSwathSee opened this issue Apr 13, 2019 · 4 comments
Closed

Option to disable auto-centering? #13

swiftSwathSee opened this issue Apr 13, 2019 · 4 comments

Comments

@swiftSwathSee
Copy link

Needs an option to disable the auto-centering so that it can be used as a true joystick instead of just an arcade joystick.

@ahmad244
Copy link

been trying to do that for quite sometime I tried to compile the code myself but with no avail, i always get a ton of error messages, like ((cannot open source file "QApplication" MouseToJoystick )) if only I can compile the code I can then just (maybe) get the mouse centering to stop by commenting out line 126 of the MainWindow.h file that is
//QCursor::setPos(screenCenter);
so that the centering can stop or maybe make the centering of the mouse a gradual thing not an instantaneous thing, if you get what I mean, aghh

@raptorswing
Copy link
Owner

Hello!

After about six years I've finally taken some time to briefly revisit this project.

The result is a rewrite in C#, found here. It includes an option to disable the "auto-centering". Please give it a try and I hope it makes things easier for you.

@swiftSwathSee
Copy link
Author

Works great. I've only used it in one program, but it hasn't had any issues after 25 hours of testing. Maybe a future version could remember the options.

@raptorswing
Copy link
Owner

Glad that it's working for you.

I agree that remembering the options would be a helpful improvement... filed #16 to track.

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

No branches or pull requests

3 participants