mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Android Editor: Adjust script editor size for virtual keyboard
This commit is contained in:
parent
b15a13eed3
commit
e7bf3ec52d
2 changed files with 54 additions and 0 deletions
|
|
@ -372,6 +372,11 @@ class ScriptEditor : public PanelContainer {
|
|||
|
||||
WindowWrapper *window_wrapper = nullptr;
|
||||
|
||||
#ifdef ANDROID_ENABLED
|
||||
Control *virtual_keyboard_spacer = nullptr;
|
||||
int last_kb_height = -1;
|
||||
#endif
|
||||
|
||||
enum {
|
||||
SCRIPT_EDITOR_FUNC_MAX = 32,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue