Searched refs:LV_SYMBOL_BACKSPACE (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/examples/widgets/textarea/ |
D | lv_example_textarea_1.c | 17 if(lv_strcmp(txt, LV_SYMBOL_BACKSPACE) == 0) lv_textarea_delete_char(ta); in btnm_event_handler() 34 LV_SYMBOL_BACKSPACE, "0", LV_SYMBOL_NEW_LINE, "" in lv_example_textarea_1()
|
/lvgl-latest/src/widgets/keyboard/ |
D | lv_keyboard.c | 87 …t_kb_map_lc[] = {"1#", "q", "w", "e", "r", "t", "y", "u", "i", "o", "p", LV_SYMBOL_BACKSPACE, "\n", 108 …t_kb_map_uc[] = {"1#", "Q", "W", "E", "R", "T", "Y", "U", "I", "O", "P", LV_SYMBOL_BACKSPACE, "\n", 132 "ش", "س", "ي", "ب", "ل", "ا", "ت", "ن", "م", "ك", "ط", LV_SYMBOL_BACKSPACE, "\n", 145 …fault_kb_map_spec[] = {"1", "2", "3", "4", "5", "6", "7", "8", "9", "0", LV_SYMBOL_BACKSPACE, "\n", 168 "7", "8", "9", LV_SYMBOL_BACKSPACE, "\n", 384 else if(lv_strcmp(txt, LV_SYMBOL_BACKSPACE) == 0) { in lv_keyboard_def_event_cb()
|
/lvgl-latest/src/font/ |
D | lv_symbol_def.h | 267 #if !defined LV_SYMBOL_BACKSPACE 268 #define LV_SYMBOL_BACKSPACE "\xEF\x95\x9A" /*62810, 0xF55A*/ macro
|
/lvgl-latest/examples/widgets/keyboard/ |
D | lv_example_keyboard_2.c | 7 …nst char * kb_map[] = {"A", "Z", "E", "R", "T", "Y", "U", "I", "O", "P", LV_SYMBOL_BACKSPACE, "\n", in lv_example_keyboard_2()
|
/lvgl-latest/docs/details/widgets/ |
D | keyboard.rst | 89 - :c:macro:`LV_SYMBOL_BACKSPACE` Delete character to the left.
|
/lvgl-latest/src/others/ime/ |
D | lv_ime_pinyin.c | 66 … ",\0", "123\0", "abc \0", "def\0", LV_SYMBOL_BACKSPACE"\0", "\n\0", 651 else if(lv_strcmp(txt, LV_SYMBOL_BACKSPACE) == 0) { in lv_ime_pinyin_kb_event()
|