lv_obj_scroll_private.h
API reference for lv_obj_scroll_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_obj_scroll.h
Summary
Functions
core/lv_obj_scroll_private.h:40function
lv_obj_scroll_by_raw
Low level function to scroll by given x and y coordinates. LV_EVENT_SCROLL is sent.
lv_result_t lv_obj_scroll_by_raw(lv_obj_t *obj, int32_t x, int32_t y)| Name | Type | Description |
|---|---|---|
obj | lv_obj_t * | pointer to an object to scroll |
x | int32_t | pixels to scroll horizontally |
y | int32_t | pixels to scroll vertically |
Returns: lv_result_t — LV_RESULT_INVALID: to object was deleted in LV_EVENT_SCROLL; LV_RESULT_OK: if the object is still valid
Dependencies
How is this guide?
Last updated on