-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Feature request] Compatibility with gyroscope. #18
Comments
Would be trivial to simply manually map gyroscope data to left analog x and y etc... |
I agree with what @lemmingDev suggessted, mapping the gyro to existing axis inputs would be the easiest way to accomplish this as then it would be compatible with all games that use analog joysticks. I've previously done something similar by mapping a hall effect magnetic sensor to triggers. The only controllers I can think of that pass dedicated gyro information along to a PC are the Dualsense controllers. I think they're compatible with Steam natively, but you'd still have to use Steam Input to map the gyro to standard controller axes. Can you provide some examples of gyroscopic game controllers that send data to the PC and any games in question I can look at as an example? |
switch pro controller does send data to pc and many switch emulator can use that data to do stuff. |
well if I would do that that will not let me also have two analog sticks |
It sounds as though we're specifically talking about Switch Pro controllers then. I did find a HID descriptor for a pro controller that we could use as a starting point and we could extend the XBoxGameController class using this HID descriptor instead. |
I wanna make a controller with motion control like in PS controllers. I want to have an option to send gyroscope data to pc like some controllers send. It would be greatly appreciated if you could add this feature.
The text was updated successfully, but these errors were encountered: