pygame is
pygame.org is
|
InputParser
InputParser - 0.7.0Wil Alvarez (satanas666)Tags:DescriptionInput class allows you to control standard input events keyboard, mouse or joystick) on a PyGame application, binding user-defined actions for each one of them. You just need to create an input object, bind actions with input events and lookup for this action on every loop of the application. It comes with a very cool documentation made by me :D Changes+ Added support for documentation in pydoc format
+ Added support UP and DOWN events for keys and joystick buttons
+ Improved support for mouse move and quit events
+ Changed format to complaint with python standard (indentation, underscore separation for method name, etc)
+ Implemented mouse down/up events
+ Added support for QUIT event Links
Releases
Pygame.org account CommentsIf you wish to leave a comment with your pygame.org account, please sign in first.
|
|