mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-07-28 09:59:29 +03:00
Fix fullscreen focus behavior
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user