diff options
author | Gilles Roudiere <gilles.roudiere@gmail.com> | 2017-10-04 18:16:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-04 18:16:28 +0200 |
commit | 5b9b158354c9b3eaa5bcebd726347dd9db704096 (patch) | |
tree | 2e6a0906a3585772d7348ac820356dcac1ff47b6 /core/bind/core_bind.h | |
parent | 7c2cda72b859509758f43e60fee6798b6175590b (diff) | |
parent | 275e537058ed870c4d37002f2110b7866d2ed1ae (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.h | 1 |
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); |