Home
last modified time | relevance | path

Searched refs:LV_EVENT_LEAVE (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/src/misc/
Dlv_event.h58 LV_EVENT_LEAVE, /**< Widget's focus has been lost but is still selected */ enumerator
/lvgl-latest/env_support/pikascript/
Dpika_lvgl.c88 obj_setInt(self, "LEAVE", LV_EVENT_LEAVE); in pika_lvgl_EVENT___init__()
/lvgl-latest/src/core/
Dlv_obj_event.c201 e->code == LV_EVENT_LEAVE || in lv_event_get_indev()
/lvgl-latest/docs/details/base-widget/
Devent.rst140 - :cpp:enumerator:`LV_EVENT_LEAVE`: Widget is defocused but still selected
Dobj.rst565 - :cpp:enumerator:`LV_EVENT_LEAVE` Widget's focus has been lost but is still select…
/lvgl-latest/src/widgets/buttonmatrix/
Dlv_buttonmatrix.c556 else if(code == LV_EVENT_DEFOCUSED || code == LV_EVENT_LEAVE) { in lv_buttonmatrix_event()
/lvgl-latest/src/widgets/dropdown/
Dlv_dropdown.c750 else if(code == LV_EVENT_DEFOCUSED || code == LV_EVENT_LEAVE) { in lv_dropdown_event()
/lvgl-latest/src/indev/
Dlv_indev.c1626 lv_obj_send_event(indev->pointer.last_pressed, LV_EVENT_LEAVE, indev_act); in indev_click_focus()