Searched refs:LV_KEY_ESC (Results 1 – 6 of 6) sorted by relevance
34 LV_KEY_ESC = 27, /*0x1B*/ enumerator
455 else if(data->key == LV_KEY_ESC) { in indev_keypad_proc()457 lv_group_send_data(g, LV_KEY_ESC); in indev_keypad_proc()601 else if(data->key == LV_KEY_ESC) { in indev_encoder_proc()603 lv_group_send_data(g, LV_KEY_ESC); in indev_encoder_proc()
11 else if(k == LV_KEY_ESC) { in cont_sub_event_cb()
38 LV_KEY_ESC,
93 - **LV_KEY_ESC** Close or exit (E.g. close a [Drop down list](/widgets/core/dropdown))
727 else if(c == LV_KEY_ESC) { in lv_dropdown_event()