Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_indev.h77 void lv_indev_set_cursor(lv_indev_t * indev, lv_obj_t * cur_obj);
Dlv_indev.c196 void lv_indev_set_cursor(lv_indev_t * indev, lv_obj_t * cur_obj) in lv_indev_set_cursor() function
/lvgl-latest/examples/porting/
Dlv_port_indev_template.c115 lv_indev_set_cursor(indev_mouse, mouse_cursor);
/lvgl-latest/docs/overview/
Dindev.md26 lv_indev_set_cursor(mouse_indev, cursor_obj); /*Connect the image object to the driv…
Dobject.md151 …icted to system-level things (e.g. mouse cursor will be placed there with `lv_indev_set_cursor()`).
/lvgl-latest/docs/porting/
Dindev.md50 To set a mouse cursor use `lv_indev_set_cursor(my_indev, &img_cursor)`. (`my_indev` is the return v…