summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-08-23 15:02:10 +0300
committerAndrei Karas <akaras@inbox.ru>2013-08-24 21:08:16 +0300
commitb9fe47de21f8c899bfe36f70633a8c8110314d77 (patch)
tree5699072a9b0a29f3ca31c0646c3cec65b07dbbf5 /src/client.h
parentc6519e4cf281c2b9dade62c806647930868c4abc (diff)
downloadplus-b9fe47de21f8c899bfe36f70633a8c8110314d77.tar.gz
plus-b9fe47de21f8c899bfe36f70633a8c8110314d77.tar.bz2
plus-b9fe47de21f8c899bfe36f70633a8c8110314d77.tar.xz
plus-b9fe47de21f8c899bfe36f70633a8c8110314d77.zip
extent SDL event logging for SDL2.
add events logging before login into game.
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index 318dbb14b..938170610 100644
--- a/src/client.h
+++ b/src/client.h
@@ -440,6 +440,7 @@ private:
bool mInputFocused;
bool mMouseFocused;
bool mNewMessageFlag;
+ bool mLogInput;
};
#endif // CLIENT_H