i80_controller sample
lv_indev_t::
::gesture_dir
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::
::gesture_dir
lv_indev_t::
::gesture_dir field
Syntax
Show:
Summary
Declaration
from
lv_indev_private.h:96
uint8_t
gesture_dir
:
4
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
gesture_dir
:
4
;
lv_indev_private.h:96
return
indev
->
pointer
.
gesture_dir
;
lv_indev.c:475
lv_indev_get_gesture_dir()
indev
->
pointer
.
gesture_dir
=
LV_DIR_NONE
;
lv_indev.c:1220
indev_proc_press()
indev
->
pointer
.
gesture_dir
=
LV_DIR_RIGHT
;
lv_indev.c:1588
indev_gesture()
indev
->
pointer
.
gesture_dir
=
LV_DIR_LEFT
;
lv_indev.c:1590
indev_gesture()
indev
->
pointer
.
gesture_dir
=
LV_DIR_BOTTOM
;
lv_indev.c:1594
indev_gesture()
indev
->
pointer
.
gesture_dir
=
LV_DIR_TOP
;
lv_indev.c:1596
indev_gesture()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_indev_t::
::gesture_dir
is written by 2 functions and is read by 1 function:
indev_proc_press()
indev_gesture()
All items filtered out
lv_indev_t::
::gesture_dir
lv_indev_get_gesture_dir()
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