i80_controller sample
lv_indev_t::scroll_throw
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
lv_indev_t::scroll_throw
lv_indev_t::scroll_throw field
At least this difference should be between two points to evaluate as gesture
Syntax
Show:
Summary
Declaration
from
lv_indev_private.h:59
uint8_t
scroll_throw
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
scroll_throw
;
lv_indev_private.h:59
indev
->
scroll_throw
=
LV_INDEV_DEF_SCROLL_THROW
;
lv_indev.c:136
lv_indev_create()
indev
->
scroll_throw
=
scroll_throw
;
lv_indev.c:381
lv_indev_set_scroll_throw()
int32_t
scroll_throw
=
indev
->
scroll_throw
;
lv_indev_scroll.c:121
lv_indev_scroll_throw_handler()
int32_t
scroll_throw
=
indev
->
scroll_throw
;
lv_indev_scroll.c:242
lv_indev_scroll_throw_predict()
int32_t
scroll_throw
=
indev
->
scroll_throw
;
lv_roller.c:755
release_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_indev_t::scroll_throw
is written by 2 functions and is read by 3 functions:
lv_indev_create()
lv_indev_set_scroll_throw()
All items filtered out
lv_indev_t::scroll_throw
lv_indev_scroll_throw_handler()
lv_indev_scroll_throw_predict()
release_handler()
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