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:
parent
4d1e6c3d54
commit
477c1b9a87
7 changed files with 194 additions and 213 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue