Joystick: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 July 2009

  • curprev 00:1700:17, 28 July 2009Michael Murtaugh talk contribs 676 bytes +676 New page: A simple pygame project to view joystick / gamepad data... <source lang="python"> import sys, pygame pygame.init() pygame.joystick.init() if pygame.joystick.get_count() > 0: print "cr...