InputParser

A simple library to bind standard input into user-defined actions to be used in PyGame applications
Download

InputParser Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Price:
  • FREE
  • Publisher Name:
  • Wil Alvarez
  • Publisher web site:
  • http://code.google.com/u/wil.alejandro/

InputParser Tags


InputParser Description

A simple library to bind standard input into user-defined actions to be used in PyGame applications InputParser is an input class that allows you to control standard input events for 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. Requirements: · Python What's New in This Release: · 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


InputParser Related Software