summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-02-19 20:10:11 +0300
committerAndrei Karas <akaras@inbox.ru>2012-02-19 20:10:11 +0300
commit0d2d350e8eb6f57be31f926897e39c6483eeee75 (patch)
treed99094da424eeff854667b30d1cf5bf72babaf09 /src/client.h
parentc097592c3f05168499603901a19479cb07fc6cc1 (diff)
downloadplus-0d2d350e8eb6f57be31f926897e39c6483eeee75.tar.gz
plus-0d2d350e8eb6f57be31f926897e39c6483eeee75.tar.bz2
plus-0d2d350e8eb6f57be31f926897e39c6483eeee75.tar.xz
plus-0d2d350e8eb6f57be31f926897e39c6483eeee75.zip
Add option to grab/ungrab input to game window.
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index 6c93adbdf..ba6fde480 100644
--- a/src/client.h
+++ b/src/client.h
@@ -273,6 +273,8 @@ public:
static bool isTmw();
+ static void applyGrabMode();
+
void optionChanged(const std::string &name);
void action(const gcn::ActionEvent &event);