Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/table/
Dlv_table.c45 static lv_result_t get_pressed_cell(lv_obj_t * obj, uint32_t * row, uint32_t * col);
584 lv_result_t pr_res = get_pressed_cell(obj, &row, &col); in lv_table_event()
995 static lv_result_t get_pressed_cell(lv_obj_t * obj, uint32_t * row, uint32_t * col) in get_pressed_cell() function