Fix input bugs from the C++ transistion and implement special key combo stubs

This commit is contained in:
Cameron Gutman
2018-06-28 02:04:51 -07:00
parent 0821c66d8c
commit d1a512538c
3 changed files with 66 additions and 1 deletions
+2
View File
@@ -20,6 +20,8 @@ class SdlInputHandler
public:
explicit SdlInputHandler(bool multiController);
~SdlInputHandler();
void handleKeyEvent(SDL_KeyboardEvent* event);
void handleMouseButtonEvent(SDL_MouseButtonEvent* event);