summaryrefslogtreecommitdiff
path: root/shared-bindings/gamepad
AgeCommit message (Expand)Author
2019-06-12When clearing gamepad buffer, use the last button state, not 0Radomir Dopieralski
2019-04-17Merge pull request #1808 from pewpew-game/gamepad-docDan Halbert
2019-04-17Update GamePad docs to include pull-downsRadomir Dopieralski
2019-04-16Include cleanup and style tweaksScott Shawcroft
2019-04-16Fully split gamepadshift from gamepadScott Shawcroft
2019-04-15Split GamePadShift from GamePad to save space on most boards.Scott Shawcroft
2019-04-12Add title to docsRadomir Dopieralski
2019-04-12Add GamePadShift to docsRadomir Dopieralski
2019-04-12Reorganize the gamepad codeRadomir Dopieralski
2019-04-12Sync gampad_singleton with the long lived copyRadomir Dopieralski
2019-04-12More refactoringRadomir Dopieralski
2019-04-12Optimize the size of code for gamepadRadomir Dopieralski
2019-04-12Read one bit per system clock tick in GamePadShiftRadomir Dopieralski
2019-04-12Add GamePadShift for handling shift-register-based buttonsRadomir Dopieralski
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