You've already forked godot
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:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user