rgb_panel sample
lv_indev_scroll_get_snap_dist()
is only used within rgb_panel sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
rgb_panel sample
lv_indev_scroll_get_snap_dist()
lv_indev_scroll_get_snap_dist() function
Get the distance of the nearest snap point
Syntax
Show:
Summary
Declaration
Definition
from
lv_indev_scroll.h:55
void
lv_indev_scroll_get_snap_dist
(
lv_obj_t
*
obj
,
lv_point_t
*
p
)
;
Implemented in
lv_indev_scroll.c:252
Arguments
Argument
Description
obj
the object on which snap points should be found
p
save the distance of the found snap point there
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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