win32 compile fixes

This commit is contained in:
Mark Vejvoda
2010-04-30 23:30:15 +00:00
parent fd2274775e
commit 5cf84e8a2a
6 changed files with 18 additions and 4 deletions

View File

@@ -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);}