Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/buttonmatrix/
Dlv_buttonmatrix.c53 static uint32_t get_button_from_point(lv_obj_t * obj, lv_point_t * p);
432 btn_pr = get_button_from_point(obj, &p); in lv_buttonmatrix_event()
465 uint32_t btn_pr = get_button_from_point(obj, &p); in lv_buttonmatrix_event()
925 static uint32_t get_button_from_point(lv_obj_t * obj, lv_point_t * p) in get_button_from_point() function