Rewrote UserInput <> SDL interaction.

This commit is contained in:
Ben Lankamp
2020-06-18 16:11:40 +02:00
parent 7091282433
commit 829f27c76f
18 changed files with 386 additions and 234 deletions
+6
View File
@@ -252,6 +252,12 @@ CCINIClass AftermathINI;
RulesClass Rule;
/***************************************************************************
** All user input, mouse and keyboard, is routed through the object pointed to by this
** user input class pointer.
*/
UserInputClass UserInput;
/***************************************************************************
** All keyboard input is routed through the object pointed to by this
** keyboard class pointer.