summaryrefslogtreecommitdiffstats
path: root/servers/display_server.cpp
diff options
context:
space:
mode:
authorSkyJJ <jjchai01@hotmail.com>2020-04-28 19:57:45 +0200
committerSkyJJ <jjchai01@hotmail.com>2020-05-16 17:55:27 +0200
commitcc473b948f814a52b383590791b5226d15a8b010 (patch)
treefc9be3384ef416c0672c86730240f0b26fbe07e3 /servers/display_server.cpp
parent2fa795dea9b5ef672dd8ba75c26140e194d3f207 (diff)
downloadredot-engine-cc473b948f814a52b383590791b5226d15a8b010.tar.gz
Fix Android LineEdit editing bugs
Diffstat (limited to 'servers/display_server.cpp')
-rw-r--r--servers/display_server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/display_server.cpp b/servers/display_server.cpp
index ffb05588cc..bd9da6156f 100644
--- a/servers/display_server.cpp
+++ b/servers/display_server.cpp
@@ -213,7 +213,7 @@ bool DisplayServer::is_console_visible() const {
return false;
}
-void DisplayServer::virtual_keyboard_show(const String &p_existing_text, const Rect2 &p_screen_rect, int p_max_legth) {
+void DisplayServer::virtual_keyboard_show(const String &p_existing_text, const Rect2 &p_screen_rect, int p_max_legth, int p_cursor_start, int p_cursor_end) {
WARN_PRINT("Virtual keyboard not supported by this display server.");
}