Searched refs:lv_indev_set_cursor (Results 1 – 6 of 6) sorted by relevance
77 void lv_indev_set_cursor(lv_indev_t * indev, lv_obj_t * cur_obj);
196 void lv_indev_set_cursor(lv_indev_t * indev, lv_obj_t * cur_obj) in lv_indev_set_cursor() function
115 lv_indev_set_cursor(indev_mouse, mouse_cursor);
26 lv_indev_set_cursor(mouse_indev, cursor_obj); /*Connect the image object to the driv…
151 …icted to system-level things (e.g. mouse cursor will be placed there with `lv_indev_set_cursor()`).
50 To set a mouse cursor use `lv_indev_set_cursor(my_indev, &img_cursor)`. (`my_indev` is the return v…