diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-22 20:33:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-22 20:33:33 +0300 |
commit | 0dbe22fd77994c05fcd587363b726c22c40b1917 (patch) | |
tree | b26f3904e1a07d2f5769cac4260adf75387f75e8 /src/client.h | |
parent | ce1b6c9c3c0166853089a247add9c2baa016c5f0 (diff) | |
download | mv-0dbe22fd77994c05fcd587363b726c22c40b1917.tar.gz mv-0dbe22fd77994c05fcd587363b726c22c40b1917.tar.bz2 mv-0dbe22fd77994c05fcd587363b726c22c40b1917.tar.xz mv-0dbe22fd77994c05fcd587363b726c22c40b1917.zip |
add support for show/hide keyboard in SDL2 on Android.
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client.h b/src/client.h index 6c1a7bff2..957c49fed 100644 --- a/src/client.h +++ b/src/client.h @@ -288,8 +288,7 @@ public: std::string getSupportUrl() const A_WARN_UNUSED { return mCurrentServer.supportUrl; } - bool isKeyboardVisible() const - { return mKeyboardHeight > 1; } + bool isKeyboardVisible() const; void setGuiAlpha(const float n) { mGuiAlpha = n; } |