summaryrefslogtreecommitdiffstats
path: root/input/joystick.c
Commit message (Expand)AuthorAgeFilesLines
* input: Remove separate mp_input_add_event_fdUoti Urpala2008-04-291-1/+1
* joystick.c is only ever compiled on Linux, remove pointless #ifdefdiego2008-02-281-17/+0
* typo fix: inited --> initializeddiego2008-02-141-3/+3
* Add comments to some preprocessor directives.diego2007-06-271-2/+2
* buggy joystick initialization, works much better without thisben2007-05-191-1/+0
* slight overall verbosity reductiondiego2006-10-121-1/+1
* Move conditional compilation to the build system.diego2006-09-121-4/+0
* prevent overflow.. wtf?! from irc:rfelker2006-03-311-1/+1
* Unify include paths, -I.. is in CFLAGS.diego2005-10-251-1/+1
* printf to mp_msgreynaldo2005-10-251-9/+12
* output typo fixes: unknow --> unknowndiego2003-07-091-1/+1
* 10L bugfixalbeu2002-05-231-1/+1
* Added support for key combination and mouse buttons key codealbeu2002-02-081-6/+38
* Fix the bugs the previous version should fix (and those introducedalbeu2002-02-041-67/+6
* Corrected the quit bug and added support for up to 10 axisalbeu2002-02-031-4/+34
* A new configurable input system and joystick support for this systemalbeu2002-01-301-0/+163