Home
last modified time | relevance | path

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

/lvgl-latest/env_support/pikascript/
Dpika_lvgl_indev_t.c14 lv_indev_get_vect(lv_indev, lv_point); in pika_lvgl_indev_t_get_vect()
/lvgl-latest/examples/widgets/obj/
Dlv_example_obj_2.c12 lv_indev_get_vect(indev, &vect); in drag_event_handler()
/lvgl-latest/src/indev/
Dlv_indev.h342 void lv_indev_get_vect(const lv_indev_t * indev, lv_point_t * point);
Dlv_indev.c517 void lv_indev_get_vect(const lv_indev_t * indev, lv_point_t * point) in lv_indev_get_vect() function
/lvgl-latest/src/widgets/roller/
Dlv_roller.c395 lv_indev_get_vect(indev, &p); in lv_roller_event()
/lvgl-latest/src/widgets/textarea/
Dlv_textarea.c1271 lv_indev_get_vect(click_source, &vect_act); in update_cursor_position_on_click()