lv_obj_is_scrolling() function
Tell whether an object is being scrolled or not at this moment
Syntax
bool lv_obj_is_scrolling(const struct _lv_obj_t * obj); Return value
true: `obj` is being scrolled
lv_obj_is_scrolling() calls 2 functions:
![]()
lv_obj_is_scrolling()