summaryrefslogtreecommitdiff
path: root/src/joystick.cpp
AgeCommit message (Collapse)AuthorFilesLines
2008-11-27Make sure to initialize joystick enabled stateBjørn Lindeijer1-28/+14
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?
2006-08-26Applied patch by Pascal, adding sliders to configure the scrolling behaviourBjørn Lindeijer1-10/+10
and a checkbox to enable or disable the joystick.
2006-02-06Added a Joystick class.Björn Steinbrink1-0/+163