Home
last modified time | relevance | path

Searched refs:lv_indev_reset (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/src/core/
Dlv_indev.h64 void lv_indev_reset(lv_indev_t * indev, lv_obj_t * obj);
Dlv_obj_tree.c372 lv_indev_reset(indev, obj); in obj_del_core()
379 lv_indev_reset(indev, obj); in obj_del_core()
Dlv_indev.c151 void lv_indev_reset(lv_indev_t * indev, lv_obj_t * obj) in lv_indev_reset() function
/lvgl-latest/examples/others/ime/
Dlv_example_ime_pinyin_1.c19 lv_indev_reset(NULL, ta); /*To forget the last clicked object to make it focusable again*/ in ta_event_cb()
Dlv_example_ime_pinyin_2.c19 lv_indev_reset(NULL, ta); /*To forget the last clicked object to make it focusable again*/ in ta_event_cb()
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c1229 lv_indev_reset(NULL, ta); in ta_event_cb()
1236 lv_indev_reset(NULL, ta); /*To forget the last clicked object to make it focusable again*/ in ta_event_cb()
/lvgl-latest/docs/
DCHANGELOG.md1707 - fix(indev) clear the indev's `act_obj` in `lv_indev_reset`