summaryrefslogtreecommitdiff
path: root/shared-bindings/gamepad
AgeCommit message (Expand)Author
2019-01-14Add subclass support to displayio.Scott Shawcroft
2018-08-07Support internationalisation.Scott Shawcroft
2018-05-30Add gamepad_singleton to root pointersRadomir Dopieralski
2018-05-30Make the gamepad singleton long-livedRadomir Dopieralski
2018-05-23Remove volatile from the gamepad structRadomir Dopieralski
2018-05-23Raise an error if more than 8 buttons passed to gamepadRadomir Dopieralski
2018-05-23Avoid uninitialized gamepad on exceptionRadomir Dopieralski
2018-05-23Make gamepad.get_pressed work when gamepad was created from frozen codeRadomir Dopieralski
2018-05-23Cache pullup state in gamepadRadomir Dopieralski
2018-03-31Add a type check to the gamepad moduleRadomir Dopieralski
2018-01-11Fix example for gamepadRadomir Dopieralski
2017-10-03Add a `gamepad` module for handling buttons in the background. (#295)Radomir Dopieralski