aboutsummaryrefslogtreecommitdiffhomepage
path: root/input/joystick.c
Commit message (Expand)AuthorAge
* joystick.c is only ever compiled on Linux, remove pointless #ifdefGravatar diego2008-02-28
* typo fix: inited --> initializedGravatar diego2008-02-14
* Add comments to some preprocessor directives.Gravatar diego2007-06-27
* buggy joystick initialization, works much better without thisGravatar ben2007-05-19
* slight overall verbosity reductionGravatar diego2006-10-12
* Move conditional compilation to the build system.Gravatar diego2006-09-12
* prevent overflow.. wtf?! from irc:Gravatar rfelker2006-03-31
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-10-25
* printf to mp_msgGravatar reynaldo2005-10-25
* output typo fixes: unknow --> unknownGravatar diego2003-07-09
* 10L bugfixGravatar albeu2002-05-23
* Added support for key combination and mouse buttons key codeGravatar albeu2002-02-08
* Fix the bugs the previous version should fix (and those introducedGravatar albeu2002-02-04
* Corrected the quit bug and added support for up to 10 axisGravatar albeu2002-02-03
* A new configurable input system and joystick support for this systemGravatar albeu2002-01-30