i80_controller sample
lv_indev_t::btn_points
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::btn_points
lv_indev_t::btn_points field
Array points assigned to the button ()screen will be pressed here by the buttons
Syntax
Show:
Summary
Declaration
from
lv_indev_private.h:108
const
lv_point_t
*
btn_points
;
Examples
References
from
examples
Code
Location
Referrer
const
lv_point_t
*
btn_points
;
/**< Array points assigned to the button ()screen will be pressed
lv_indev_private.h:108
indev
->
btn_points
=
points
;
lv_indev.c:453
lv_indev_set_button_points()
if
(
i
->
btn_points
==
NULL
)
{
lv_indev.c:1104
indev_button_proc()
int32_t
x
=
i
->
btn_points
[
data
->
btn_id
]
.
x
;
lv_indev.c:1109
indev_button_proc()
int32_t
y
=
i
->
btn_points
[
data
->
btn_id
]
.
y
;
lv_indev.c:1110
indev_button_proc()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_indev_t::btn_points
is written by 1 function and is read by 1 function:
lv_indev_set_button_points()
All items filtered out
lv_indev_t::btn_points
indev_button_proc()
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