mirror of
https://github.com/glest/glest-source.git
synced 2025-08-12 03:14:00 +02:00
win32 compile fixes
This commit is contained in:
@@ -116,7 +116,7 @@ private:
|
||||
static SDL_keysym keystate;
|
||||
|
||||
static void setLastMouseEvent(int64 lastMouseEvent) {Window::lastMouseEvent = lastMouseEvent;}
|
||||
static unsigned int getLastMouseEvent() {return Window::lastMouseEvent;}
|
||||
static int64 getLastMouseEvent() {return Window::lastMouseEvent;}
|
||||
|
||||
static const MouseState &getMouseState() {return Window::mouseState;}
|
||||
static void setMouseState(MouseButton b, bool state) {Window::mouseState.set(b, state);}
|
||||
|
Reference in New Issue
Block a user