Android virtual keyboard respecting LineEdit max length.

This commit is contained in:
Bruno Lourenço 2020-01-22 15:13:36 +00:00
parent 409de53e72
commit a3bcdbeb78
13 changed files with 31 additions and 18 deletions

View file

@ -73,7 +73,7 @@ public:
int get_screen_dpi();
String get_unique_id();
bool has_vk();
void show_vk(const String &p_existing);
void show_vk(const String &p_existing, int p_max_input_length);
void hide_vk();
int get_vk_height();
void set_vk_height(int p_height);