Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/
Dlv_label.h198 bool lv_label_is_char_under_pos(const lv_obj_t * obj, lv_point_t * pos);
Dlv_label.c524 bool lv_label_is_char_under_pos(const lv_obj_t * obj, lv_point_t * pos) in lv_label_is_char_under_pos() function
Dlv_textarea.c1176 click_outside_label = !lv_label_is_char_under_pos(ta->label, &rel_pos); in update_cursor_position_on_click()