Move focus handling into the input code

This commit is contained in:
Cameron Gutman
2020-04-25 15:37:33 -07:00
parent 65d53e800b
commit 68acf969f2
3 changed files with 52 additions and 35 deletions

View File

@@ -67,6 +67,10 @@ public:
void raiseAllKeys();
void notifyFocusGained(SDL_Window* window);
void notifyFocusLost(SDL_Window* window);
bool isCaptureActive();
void setCaptureActive(bool active);