Searched refs:lv_indev_get_point (Results 1 – 12 of 12) sorted by relevance
/lvgl-latest/examples/others/gestures/ |
D | lv_example_gestures.c | 121 lv_indev_get_point(lv_indev_active(), ¢er_pnt); in label_scale() 179 lv_indev_get_point(lv_indev_active(), &pnt); in label_move()
|
/lvgl-latest/examples/widgets/span/ |
D | lv_example_span_1.c | 9 lv_indev_get_point(indev, &point); in click_event_cb()
|
/lvgl-latest/src/indev/ |
D | lv_indev.h | 294 void lv_indev_get_point(const lv_indev_t * indev, lv_point_t * point);
|
D | lv_indev.c | 467 void lv_indev_get_point(const lv_indev_t * indev, lv_point_t * point) in lv_indev_get_point() function 1476 lv_indev_get_point(indev, &indev->pointer.last_short_click_point); in indev_proc_short_click()
|
/lvgl-latest/src/widgets/slider/ |
D | lv_slider.c | 264 lv_indev_get_point(lv_indev_active(), &slider->pressed_point); in lv_slider_event() 478 lv_indev_get_point(lv_indev_active(), &p); in drag_start() 542 lv_indev_get_point(indev, &p); in update_knob_pos()
|
/lvgl-latest/src/widgets/buttonmatrix/ |
D | lv_buttonmatrix.c | 431 lv_indev_get_point(indev, &p); in lv_buttonmatrix_event() 464 lv_indev_get_point(indev, &p); in lv_buttonmatrix_event()
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.c | 1150 lv_indev_get_point(indev, &p); in list_release_handler() 1176 lv_indev_get_point(indev, &p); in list_press_handler()
|
/lvgl-latest/src/widgets/roller/ |
D | lv_roller.c | 756 lv_indev_get_point(indev, &p); in release_handler()
|
/lvgl-latest/src/widgets/arc/ |
D | lv_arc.c | 465 lv_indev_get_point(indev, &p); in lv_arc_event()
|
/lvgl-latest/src/widgets/table/ |
D | lv_table.c | 1007 lv_indev_get_point(lv_indev_active(), &p); in get_pressed_cell()
|
/lvgl-latest/src/widgets/textarea/ |
D | lv_textarea.c | 1270 lv_indev_get_point(click_source, &point_act); in update_cursor_position_on_click()
|
/lvgl-latest/src/widgets/chart/ |
D | lv_chart.c | 692 lv_indev_get_point(indev, &p); in lv_chart_event()
|