i80_controller sample
lv_obj_is_scrolling()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (1/4)...
Files
loading (2/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
lv_obj_is_scrolling()
lv_obj_is_scrolling() function
Tell whether an object is being scrolled or not at this moment
Syntax
Show:
Summary
Declaration
Definition
from
lv_obj_scroll.h:252
bool
lv_obj_is_scrolling
(
const
lv_obj_t
*
obj
)
;
Implemented in
lv_obj_scroll.c:429
Arguments
Argument
Description
obj
pointer to an object
Return value
true: `obj` is being scrolled
Examples
References
from
examples
Code
Location
bool
lv_obj_is_scrolling
(
const
lv_obj_t
*
obj
)
lv_obj_scroll.c:429
bool
lv_obj_is_scrolling
(
const
lv_obj_t
*
obj
)
;
lv_obj_scroll.h:252
Call Tree
from
examples
lv_obj_is_scrolling()
calls 2 functions:
All items filtered out
lv_obj_is_scrolling()
lv_indev_get_next()
lv_indev_get_scroll_obj()
All items filtered out
Data Use
from
examples
lv_obj_is_scrolling()
:
All items filtered out
lv_obj_is_scrolling()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out