index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared-bindings
/
gamepad
/
GamePad.c
Age
Commit message (
Expand
)
Author
2020-07-24
Add and correct some type hints
Taku Fukada
2020-07-03
Made every init return None
dherrada
2020-07-03
Made most of the requested changes
dherrada
2020-07-03
Added type hints to gamepad
dherrada
2020-07-02
Removed all 'self, )'
dherrada
2020-05-15
Merge pull request #2810 from dherrada/master
Scott Shawcroft
2020-05-13
Gamepad & GamepadShift: Initially allocate as long-lived
Jeff Epler
2020-05-13
Gamepad & GamepadShift: Enable ticks while object exists
Jeff Epler
2020-05-12
Swap sphinx to autoapi and the inline stubs
Scott Shawcroft
2020-05-07
Added gamepad, gamepadshift, and i2cslave
dherrada
2019-06-12
When clearing gamepad buffer, use the last button state, not 0
Radomir Dopieralski
2019-04-17
Merge pull request #1808 from pewpew-game/gamepad-doc
Dan Halbert
2019-04-17
Update GamePad docs to include pull-downs
Radomir Dopieralski
2019-04-16
Include cleanup and style tweaks
Scott Shawcroft
2019-04-15
Split GamePadShift from GamePad to save space on most boards.
Scott Shawcroft
2019-04-12
Reorganize the gamepad code
Radomir Dopieralski
2019-04-12
Sync gampad_singleton with the long lived copy
Radomir Dopieralski
2019-04-12
More refactoring
Radomir Dopieralski
2019-04-12
Optimize the size of code for gamepad
Radomir Dopieralski
2019-04-12
Read one bit per system clock tick in GamePadShift
Radomir Dopieralski
2019-04-12
Add GamePadShift for handling shift-register-based buttons
Radomir Dopieralski
2019-01-14
Add subclass support to displayio.
Scott Shawcroft
2018-08-07
Support internationalisation.
Scott Shawcroft
2018-05-30
Add gamepad_singleton to root pointers
Radomir Dopieralski
2018-05-30
Make the gamepad singleton long-lived
Radomir Dopieralski
2018-05-23
Remove volatile from the gamepad struct
Radomir Dopieralski
2018-05-23
Raise an error if more than 8 buttons passed to gamepad
Radomir Dopieralski
2018-05-23
Avoid uninitialized gamepad on exception
Radomir Dopieralski
2018-05-23
Make gamepad.get_pressed work when gamepad was created from frozen code
Radomir Dopieralski
2018-05-23
Cache pullup state in gamepad
Radomir Dopieralski
2018-03-31
Add a type check to the gamepad module
Radomir Dopieralski
2018-01-11
Fix example for gamepad
Radomir Dopieralski
2017-10-03
Add a `gamepad` module for handling buttons in the background. (#295)
Radomir Dopieralski