mirror of
https://github.com/glest/glest-source.git
synced 2025-08-09 18:06:30 +02:00
reverting some things related to alt+enter
real reason is false behaviour of static bool isUnprintableChar(). More tests needed.
This commit is contained in:
@@ -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;}
|
||||
|
Reference in New Issue
Block a user