mirror of
https://github.com/glest/glest-source.git
synced 2025-08-07 00:46:29 +02:00
alt+enter #138
Fast toggle on alt+enter and key repeat are different things. This here should fix the alt+enter issue.
This commit is contained in:
@@ -106,6 +106,10 @@ 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