Introduce F1 menu to reconfigure key bindings at runtime

This commit is contained in:
Jonas Kulla 2014-01-25 09:24:55 +01:00
parent af145c3a01
commit dd73db2e9d
17 changed files with 1837 additions and 136 deletions

View file

@ -106,6 +106,7 @@ struct SharedStatePrivate
config(threadData->config),
midiState(threadData->config),
graphics(threadData),
input(*threadData),
audio(threadData->config),
fontState(threadData->config),
stampCounter(0)