Add ALT NUM+ {hex code} character input support for LineEdit, TextEdit and CodeEdit.

This commit is contained in:
bruvzg
2021-11-29 16:24:02 +02:00
parent eb80a9f325
commit 081b6b8053
5 changed files with 93 additions and 0 deletions

View File

@ -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;