We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608bf50 commit e46bf7eCopy full SHA for e46bf7e
shared-bindings/gamepad/GamePad.c
@@ -78,7 +78,8 @@
78
//| Initializes button scanning routines.
79
//|
80
//| The ``b1``-``b8`` parameters are ``DigitalInOut`` objects, which
81
-//| immediately get switched to input with a pull-up, and then scanned
+//| immediately get switched to input with a pull-up, (unless they already
82
+//| were set to pull-down, in which case they remain so), and then scanned
83
//| regularly for button presses. The order is the same as the order of
84
//| bits returned by the ``get_pressed`` function. You can re-initialize
85
//| it with different keys, then the new object will replace the previous
0 commit comments