Add ALT NUM+ {hex code} character input support for LineEdit, TextEdit and CodeEdit.
This commit is contained in:
@ -77,6 +77,9 @@ private:
|
||||
bool pass = false;
|
||||
bool text_changed_dirty = false;
|
||||
|
||||
bool alt_start = false;
|
||||
uint32_t alt_code = 0;
|
||||
|
||||
String undo_text;
|
||||
String text;
|
||||
String placeholder;
|
||||
|
||||
Reference in New Issue
Block a user