summaryrefslogtreecommitdiff
path: root/src/joystick.h
AgeCommit message (Collapse)AuthorFilesLines
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-3/+3
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections.
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