[OSX] Gamepad Inputs wrong
Monkey Forums/Monkey Bug Reports/[OSX] Gamepad Inputs wrong
| ||
Maybe a specific issue with the xbox 360 controller but the button presses do not register right. Running the sample 'joytest': Pressing A results in JOY_DOWN beeing true X, Y and B are ignored DPad also matches wrong buttons. Analog sticks and R1 & R2 work fine. EDIT: Platform: MacOSX |
| ||
Ahhhh! I had not tried it with XBox yet to confirm, but I bought a USB NES controller to make testing my games fun, but the same problem is happening with it. It senses all the buttons being pressed except for the directional arrows. |
| ||
So then it's likely it isn't only an issue with the 360 controller. From the versions.txt is seems monkey already uses glfw 2.7.6(latest) which added support for joysticks on MacOS. |