lv_obj_scroll_by_raw() function
DEFINES TYPEDEFS GLOBAL PROTOTYPES Low level function to scroll by given x and y coordinates. `LV_EVENT_SCROLL` is sent.
Arguments
obj
pointer to an object to scroll
x
pixels to scroll horizontally
y
pixels to scroll vertically
Return value
`LV_RESULT_INVALID`: to object was deleted in `LV_EVENT_SCROLL`; `LV_RESULT_OK`: if the object is still valid