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

@ -49,6 +49,8 @@ public:
bool fontPresent(std::string family);
static _TTF_Font *openBundled(int size);
private:
SharedFontStatePrivate *p;
};