diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-24 00:31:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-24 21:08:17 +0300 |
commit | 076e2f4655c43e7dc79a01d576551942c7c3c057 (patch) | |
tree | 39bce5d299283f2bf00c24bff414331e714d8f21 /src/client.h | |
parent | c88734cc2b8a0785c23531ce70bf703887aa0c4b (diff) | |
download | mv-076e2f4655c43e7dc79a01d576551942c7c3c057.tar.gz mv-076e2f4655c43e7dc79a01d576551942c7c3c057.tar.bz2 mv-076e2f4655c43e7dc79a01d576551942c7c3c057.tar.xz mv-076e2f4655c43e7dc79a01d576551942c7c3c057.zip |
show/hide mouse cursor if mouse in/out window.
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |