reverting some things related to alt+enter

real reason is false behaviour of static bool isUnprintableChar().
More tests needed.
This commit is contained in:
titiger
2016-11-09 00:09:55 +01:00
parent 4a85b17794
commit 6c2f722f30
3 changed files with 3 additions and 15 deletions

View File

@@ -106,10 +106,6 @@ private:
static bool isFullScreen;
static SDL_keysym keystate;
static bool tryVSynch;
static int64 lastToggle;
static void setLastToggle(int64 lastToggle) {Window::lastToggle = lastToggle;}
static int64 getLastToggle() {return Window::lastToggle;}
static void setLastMouseEvent(int64 lastMouseEvent) {Window::lastMouseEvent = lastMouseEvent;}
static int64 getLastMouseEvent() {return Window::lastMouseEvent;}