Fix fullscreen focus behavior

This commit is contained in:
Ethan Lee
2020-06-13 10:35:05 -04:00
parent 506628cef1
commit a15d01ad80
3 changed files with 16 additions and 7 deletions
+3 -1
View File
@@ -7,6 +7,8 @@
#include "SDL.h"
#include "Screen.h"
enum Kybrd
{
KEYBOARD_UP = SDLK_UP,
@@ -52,7 +54,7 @@ public:
void disabletextentry();
void Poll();
void Poll(Screen *screen);
bool isDown(SDL_Keycode key);