Skip to content

Instantly share code, notes, and snippets.

@WayneKeenan
Last active April 12, 2017 15:02
Show Gist options
  • Save WayneKeenan/a02e2e530ed46b1e8b9538648f7c9781 to your computer and use it in GitHub Desktop.
Save WayneKeenan/a02e2e530ed46b1e8b9538648f7c9781 to your computer and use it in GitHub Desktop.
from inputs import devices, get_gamepad
print(devices.gamepads)
print(get_gamepad()) # the script will pause here until a joystick or button is pressed on the Gamepad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment