Android virtual keyboard respecting LineEdit max length.
This commit is contained in:
parent
409de53e72
commit
a3bcdbeb78
13 changed files with 31 additions and 18 deletions
|
|
@ -221,7 +221,7 @@ bool OS::has_virtual_keyboard() const {
|
|||
return false;
|
||||
}
|
||||
|
||||
void OS::show_virtual_keyboard(const String &p_existing_text, const Rect2 &p_screen_rect) {
|
||||
void OS::show_virtual_keyboard(const String &p_existing_text, const Rect2 &p_screen_rect, int p_max_input_length) {
|
||||
}
|
||||
|
||||
void OS::hide_virtual_keyboard() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue