summaryrefslogtreecommitdiff
path: root/src/joystick.h
AgeCommit message (Collapse)AuthorFilesLines
2008-11-27Make sure to initialize joystick enabled stateBjørn Lindeijer1-18/+17
Joystick enabled state could end up uninitialized on unsuccesfully trying to open a joystick. In addition, the enabled state wasn't actually used in the accessor methods for the joystick buttons.
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2007-09-20Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style Bjørn Lindeijer1-5/+2
to native for some files that were still missing this property. This is a feeble attempt to reduce the amount of conflicts for future merges.
2006-08-26Applied patch by Pascal, adding sliders to configure the scrolling behaviourBjørn Lindeijer1-13/+26
and a checkbox to enable or disable the joystick.
2006-02-06Added a Joystick class.Björn Steinbrink1-0/+92