circuitpython/shared-bindings/gamepad
Radomir Dopieralski edf2935ab1 Make gamepad.get_pressed work when gamepad was created from frozen code
For some reason, when the GamePad is created from frozen code, the
get_pressed method would always return 0. This fixes it, and makes it
work properly no matter how the object was created.
2018-05-23 12:44:22 +02:00
..
GamePad.c Make gamepad.get_pressed work when gamepad was created from frozen code 2018-05-23 12:44:22 +02:00
GamePad.h Add a `gamepad` module for handling buttons in the background. (#295) 2017-10-03 13:35:57 -07:00
__init__.c Add a `gamepad` module for handling buttons in the background. (#295) 2017-10-03 13:35:57 -07:00