KEYMAPPER: HardwareInputSet now has defaults

Ports can add additional special keys.
SDL no longer carries the static tables.
Default behavior unchanged: HardwareInputSet() still gives an empty one.
This commit is contained in:
Tarek Soliman 2012-02-28 06:38:07 -06:00
parent 4d1e6c3d54
commit 477c1b9a87
7 changed files with 194 additions and 213 deletions

View file

@ -57,9 +57,6 @@ public:
#if defined(USE_TASKBAR)
virtual void engineInit();
virtual void engineDone();
#endif
#ifdef ENABLE_KEYMAPPER
virtual Common::HardwareInputSet *getHardwareInputSet();
#endif
virtual void quit();
virtual void fatalError();