mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
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
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue