Home
last modified time | relevance | path

Searched refs:LV_KEY_ESC (Results 1 – 6 of 6) sorted by relevance

/lvgl-3.6.0/src/core/
Dlv_group.h34 LV_KEY_ESC = 27, /*0x1B*/ enumerator
Dlv_indev.c455 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()
/lvgl-3.6.0/examples/others/gridnav/
Dlv_example_gridnav_3.c11 else if(k == LV_KEY_ESC) { in cont_sub_event_cb()
/lvgl-3.6.0/src/extra/others/monkey/
Dlv_monkey.c38 LV_KEY_ESC,
/lvgl-3.6.0/docs/overview/
Dindev.md93 - **LV_KEY_ESC** Close or exit (E.g. close a [Drop down list](/widgets/core/dropdown))
/lvgl-3.6.0/src/widgets/
Dlv_dropdown.c727 else if(c == LV_KEY_ESC) { in lv_dropdown_event()