-
Notifications
You must be signed in to change notification settings - Fork 89
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
Testing joystick with "user_input" example #310
Comments
Joystick axis is a bit harder to read. Could draw the input visually. |
you beat me to it! :) |
I was trying to connect via Bluetooth and Firefox crashed. Wat. |
PS3 controller via Bluetooth works now. Here is what I did on OSX 10.9.5:
|
I have a PlayStation Move controller as well, but it doesn't work yet. |
The user_input example doesn't see my xbox360 controller input at all. What can I do? I'm on Windows 10 |
Exact same situation as @megapctr... is it because glutin doesn't suppoort gamepad input? Would an SDL2 backend work? |
https://github.com/Arvamer/gilrs This lib works quite well for me, do keep in mind however that it doesn't have Mac support. |
Editing the "user_input" example to test joystick events with the SDL2 window backend. I'm using a PS3 controller connected to a mac.
Here is the input button mapping:
The text was updated successfully, but these errors were encountered: