summaryrefslogtreecommitdiff
path: root/src/joystick.h
AgeCommit message (Expand)AuthorFilesLines
2013-01-17Add detect joystick button in settings page.Andrei Karas1-0/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-30Add unused warnings to some files.Andrei Karas1-14/+14
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+2
2012-09-22Add final keyword to most classes.Andrei Karas1-1/+1
2012-09-09fix code style.Andrei Karas1-1/+1
2012-09-01Add const to more classes.Andrei Karas1-8/+8
2012-08-23Remove useless includes.Andrei Karas1-2/+1
2012-08-21next code style changes.Andrei Karas1-0/+1
2012-05-09Add ability to auto repeat some keys presses.Andrei Karas1-0/+8
2012-04-18First step for dehardcode input handling in widgets.Andrei Karas1-0/+2
2012-04-11Add joystick validation before triggering events from it.Andrei Karas1-1/+3
2012-04-10Add joystick key assign ability in keyboard dialog.Andrei Karas1-6/+20
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-09Enable joystick hat support for moving. Now only support hat with index 0.Andrei Karas1-0/+1
2011-11-09Add option to use joystick only if game window is active.Andrei Karas1-0/+7
2011-11-09Fix code style.Andrei Karas1-1/+4
2011-11-09Add support for joystick selection.Andrei Karas1-3/+22
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+114