aboutsummaryrefslogtreecommitdiff
path: root/inputs/__init__.py
Commit message (Collapse)AuthorAge
* Added BehaviorChain to support chains of behaviors. Added FollowMouseGravatar Russell Cohen2010-11-25
parameter to PygameInput to support following of mice. Added component registry to Util which allows any component to access any other component. Some changes to the structure of LightInstallation.