1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-02 16:48:55 +00:00

Android Editor: Adjust script editor size for virtual keyboard

This commit is contained in:
Anish Kumar
2025-11-12 00:17:52 +05:30
parent b15a13eed3
commit e7bf3ec52d
2 changed files with 54 additions and 0 deletions

View File

@@ -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,
};