zeth / inputs

Cross-platform Python support for keyboards, mice and gamepads
BSD 3-Clause "New" or "Revised" License
269 stars 87 forks source link

Swapped Start and Select (0x13a and 0x13b) #83

Closed adamboy7 closed 1 year ago

adamboy7 commented 4 years ago

Using the provided gamepad_example.py, the start and select buttons were swapped. Super tiny change, after making these changes and running 'python setup.py install', Inputs seemed to work fine with the provided examples, and Start/Select have been corrected. For reference, I'm using the provided example file and an xbox 360 controller.

PS: this is my first fork, I think I'm doing it right?