also render input system with some nice overlay, added also some keys (F3 and special show/hide controls key)

This commit is contained in:
Albert Zeyer
2009-11-17 18:42:33 +01:00
parent 80cf1257c7
commit 3d8ea00f31
3 changed files with 95 additions and 14 deletions

View File

@@ -171,6 +171,8 @@ public:
void flushCommands(void);
void flushAll(void);
void renderOverlay(); // for mouse wrapper gfx or other stuff
private:
SDL_Event Event;
stInputCommand InputCommand[NUM_INPUTS][NUMBER_OF_COMMANDS];