Add unicode mode change callbacks (#18235)
This commit is contained in:
parent
b9effc94db
commit
e4bf832368
6 changed files with 63 additions and 28 deletions
|
@ -87,6 +87,9 @@ void unicode_input_start(void);
|
|||
void unicode_input_finish(void);
|
||||
void unicode_input_cancel(void);
|
||||
|
||||
void unicode_input_mode_set_user(uint8_t input_mode);
|
||||
void unicode_input_mode_set_kb(uint8_t input_mode);
|
||||
|
||||
void register_hex(uint16_t hex);
|
||||
void register_hex32(uint32_t hex);
|
||||
void register_unicode(uint32_t code_point);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue