]> Shamusworld >> Repos - virtualjaguar/commit
More gamepad work.
authorShamus Hammons <jlhamm@acm.org>
Sun, 13 Jan 2013 04:15:25 +0000 (22:15 -0600)
committerShamus Hammons <jlhamm@acm.org>
Sun, 13 Jan 2013 04:15:25 +0000 (22:15 -0600)
commit5c28b6dbf7aa20441c8a51f484f4f64b1966f7e3
tree787d6957269e8901302d83e93e64ef0a7a68563c
parentf63cd569374c4fbcd872bb8a67c94788da29c3a8
More gamepad work.

Gamepad configuration and usability is now working, though there are
some limitations: you must be careful to configure the pads you want to
be pad 1 & 2. You can mix keyboard keys, but not have multiply defined
keys (yet). There is no joypad specific configuration, though that may
come in the future if there is demand for it.
src/gui/app.cpp
src/gui/controllertab.cpp
src/gui/controllerwidget.cpp
src/gui/controllerwidget.h
src/gui/debug/cpubrowser.cpp
src/gui/gamepad.cpp
src/gui/gamepad.h
src/gui/keygrabber.cpp
src/gui/keygrabber.h
src/gui/mainwin.cpp
src/gui/mainwin.h