summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-09-22 20:33:33 +0300
committerAndrei Karas <akaras@inbox.ru>2013-09-22 20:33:33 +0300
commit0dbe22fd77994c05fcd587363b726c22c40b1917 (patch)
treeb26f3904e1a07d2f5769cac4260adf75387f75e8 /src/client.h
parentce1b6c9c3c0166853089a247add9c2baa016c5f0 (diff)
downloadplus-0dbe22fd77994c05fcd587363b726c22c40b1917.tar.gz
plus-0dbe22fd77994c05fcd587363b726c22c40b1917.tar.bz2
plus-0dbe22fd77994c05fcd587363b726c22c40b1917.tar.xz
plus-0dbe22fd77994c05fcd587363b726c22c40b1917.zip
add support for show/hide keyboard in SDL2 on Android.
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h3
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; }