Searched refs:LV_SYMBOL_BACKSPACE (Results 1 – 5 of 5) sorted by relevance
/lvgl-3.7.0/examples/widgets/textarea/ |
D | lv_example_textarea_1.c | 16 if(strcmp(txt, LV_SYMBOL_BACKSPACE) == 0) lv_textarea_del_char(ta); in btnm_event_handler() 33 LV_SYMBOL_BACKSPACE, "0", LV_SYMBOL_NEW_LINE, "" in lv_example_textarea_1()
|
/lvgl-3.7.0/src/extra/widgets/keyboard/ |
D | lv_keyboard.c | 49 …t_kb_map_lc[] = {"1#", "q", "w", "e", "r", "t", "y", "u", "i", "o", "p", LV_SYMBOL_BACKSPACE, "\n", 62 …t_kb_map_uc[] = {"1#", "Q", "W", "E", "R", "T", "Y", "U", "I", "O", "P", LV_SYMBOL_BACKSPACE, "\n", 75 …fault_kb_map_spec[] = {"1", "2", "3", "4", "5", "6", "7", "8", "9", "0", LV_SYMBOL_BACKSPACE, "\n", 90 "7", "8", "9", LV_SYMBOL_BACKSPACE, "\n", 340 else if(strcmp(txt, LV_SYMBOL_BACKSPACE) == 0) { in lv_keyboard_def_event_cb()
|
/lvgl-3.7.0/src/font/ |
D | lv_symbol_def.h | 262 #if !defined LV_SYMBOL_BACKSPACE 263 #define LV_SYMBOL_BACKSPACE "\xEF\x95\x9A" /*62810, 0xF55A*/ macro
|
/lvgl-3.7.0/docs/widgets/extra/ |
D | keyboard.md | 45 - `LV_SYMBOL_BACKSPACE` Delete on the left.
|
/lvgl-3.7.0/src/extra/others/ime/ |
D | lv_ime_pinyin.c | 61 … ",\0", "1#\0", "abc \0", "def\0", LV_SYMBOL_BACKSPACE"\0", "\n\0", 676 else if(strcmp(txt, LV_SYMBOL_BACKSPACE) == 0) { in lv_ime_pinyin_kb_event()
|