i80_controller sample
lv_indev_t::
::scroll_dir
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (2/4)...
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_dir
lv_indev_t::
::scroll_dir field
Syntax
Show:
Summary
Declaration
from
lv_indev_private.h:95
uint8_t
scroll_dir
:
4
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
scroll_dir
:
4
;
lv_indev_private.h:95
return
indev
->
pointer
.
scroll_dir
;
lv_indev.c:492
lv_indev_get_scroll_dir()
indev
->
pointer
.
scroll_dir
=
LV_DIR_NONE
;
lv_indev.c:1218
indev_proc_press()
indev
->
pointer
.
scroll_dir
=
LV_DIR_NONE
;
lv_indev.c:1473
indev_proc_reset_query_handler()
if
(
indev
->
pointer
.
scroll_dir
==
LV_DIR_NONE
||
indev
->
pointer
.
scroll_obj
==
NULL
)
{
lv_indev.c:1711
indev_scroll_throw_anim_cb()
if
(
indev
->
pointer
.
scroll_dir
==
LV_DIR_HOR
)
{
lv_indev_scroll.c:89
lv_indev_scroll_handler()
if
(
indev
->
pointer
.
scroll_dir
==
LV_DIR_NONE
)
return
;
lv_indev_scroll.c:119
lv_indev_scroll_throw_handler()
if
(
indev
->
pointer
.
scroll_dir
==
LV_DIR_VER
)
{
lv_indev_scroll.c:131
lv_indev_scroll_throw_handler()
else
if
(
indev
->
pointer
.
scroll_dir
==
LV_DIR_HOR
)
{
lv_indev_scroll.c:157
lv_indev_scroll_throw_handler()
indev
->
pointer
.
scroll_dir
=
LV_DIR_NONE
;
lv_indev_scroll.c:222
lv_indev_scroll_throw_handler()
indev
->
pointer
.
scroll_dir
=
hor_en
?
LV_DIR_HOR
:
LV_DIR_VER
;
lv_indev_scroll.c:413
lv_indev_find_scroll_obj()
indev
->
pointer
.
scroll_dir
=
dir_candidate
;
lv_indev_scroll.c:427
lv_indev_find_scroll_obj()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_indev_t::
::scroll_dir
is written by 4 functions and is read by 4 functions:
indev_proc_press()
indev_proc_reset_query_handler()
lv_indev_scroll_throw_handler()
lv_indev_find_scroll_obj()
All items filtered out
lv_indev_t::
::scroll_dir
lv_indev_get_scroll_dir()
indev_scroll_throw_anim_cb()
lv_indev_scroll_handler()
lv_indev_scroll_throw_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