i80_controller sample
lv_indev_t::cursor
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::cursor
lv_indev_t::cursor field
Cursor for LV_INPUT_TYPE_POINTER
Syntax
Show:
Summary
Declaration
from
lv_indev_private.h:106
lv_obj_t
*
cursor
;
Examples
References
from
examples
Code
Location
Referrer
lv_obj_t
*
cursor
;
/**< Cursor for LV_INPUT_TYPE_POINTER*/
lv_indev_private.h:106
indev
->
cursor
=
cur_obj
;
lv_indev.c:436
lv_indev_set_cursor()
lv_obj_set_parent
(
indev
->
cursor
,
lv_display_get_layer_sys
(
indev
->
disp
)
)
;
lv_indev.c:437
lv_indev_set_cursor()
lv_obj_set_pos
(
indev
->
cursor
,
indev
->
pointer
.
act_point
.
x
,
indev
->
pointer
.
act_point
.
y
)
;
lv_indev.c:438
lv_indev_set_cursor()
lv_obj_remove_flag
(
indev
->
cursor
,
LV_OBJ_FLAG_CLICKABLE
)
;
lv_indev.c:439
lv_indev_set_cursor()
lv_obj_add_flag
(
indev
->
cursor
,
LV_OBJ_FLAG_IGNORE_LAYOUT
|
LV_OBJ_FLAG_FLOATING
)
;
lv_indev.c:440
lv_indev_set_cursor()
if
(
i
->
cursor
!=
NULL
&&
lv_indev.c:702
indev_pointer_proc()
lv_obj_set_pos
(
i
->
cursor
,
data
->
point
.
x
,
data
->
point
.
y
)
;
lv_indev.c:704
indev_pointer_proc()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_indev_t::cursor
is written by 1 function and is read by 2 functions:
lv_indev_set_cursor()
All items filtered out
lv_indev_t::cursor
lv_indev_set_cursor()
indev_pointer_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