Fix Android LineEdit editing bugs
This commit is contained in:
parent
2fa795dea9
commit
cc473b948f
14 changed files with 62 additions and 29 deletions
|
|
@ -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.");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue