summaryrefslogtreecommitdiff
path: root/core/bind/core_bind.h
diff options
context:
space:
mode:
authorGilles Roudiere <gilles.roudiere@gmail.com>2017-10-04 18:16:28 +0200
committerGitHub <noreply@github.com>2017-10-04 18:16:28 +0200
commit5b9b158354c9b3eaa5bcebd726347dd9db704096 (patch)
tree2e6a0906a3585772d7348ac820356dcac1ff47b6 /core/bind/core_bind.h
parent7c2cda72b859509758f43e60fee6798b6175590b (diff)
parent275e537058ed870c4d37002f2110b7866d2ed1ae (diff)
Merge pull request #11823 from endragor/virtual-keyboard-height
Allow to obtain virtual keyboard height
Diffstat (limited to 'core/bind/core_bind.h')
-rw-r--r--core/bind/core_bind.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h
index d69cb86e48..7f8c734e36 100644
--- a/core/bind/core_bind.h
+++ b/core/bind/core_bind.h
@@ -204,6 +204,7 @@ public:
bool has_virtual_keyboard() const;
void show_virtual_keyboard(const String &p_existing_text = "");
void hide_virtual_keyboard();
+ int get_virtual_keyboard_height();
void print_resources_in_use(bool p_short = false);
void print_all_resources(const String &p_to_file);