From 076e2f4655c43e7dc79a01d576551942c7c3c057 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 24 Aug 2013 00:31:26 +0300 Subject: show/hide mouse cursor if mouse in/out window. --- src/client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index 4b550ad16..257180a73 100644 --- a/src/client.h +++ b/src/client.h @@ -314,6 +314,8 @@ public: #ifdef USE_SDL2 void handleSDL2WindowEvent(const SDL_Event &event); +#else + void handleActive(const SDL_Event &event); #endif void optionChanged(const std::string &name) override; -- cgit v1.2.3-60-g2f50