rgb_panel sample
lv_indev_t::pointer
is only used within rgb_panel 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
rgb_panel sample
lv_indev_t::pointer
lv_indev_t::pointer field
Syntax
Show:
Summary
Declaration
from
lv_indev_private.h:76
struct
{
lv_point_t
act_point
;
lv_point_t
last_point
;
lv_point_t
last_raw_point
;
lv_point_t
vect
;
lv_point_t
scroll_sum
;
lv_point_t
scroll_throw_vect
;
lv_point_t
scroll_throw_vect_ori
;
lv_obj_t
*
act_obj
;
lv_obj_t
*
last_obj
;
lv_obj_t
*
scroll_obj
;
lv_obj_t
*
last_pressed
;
lv_obj_t
*
last_hovered
;
lv_area_t
scroll_area
;
lv_point_t
gesture_sum
;
int32_t
diff
;
uint8_t
scroll_dir
:
4
;
uint8_t
gesture_dir
:
4
;
uint8_t
gesture_sent
:
1
;
uint8_t
press_moved
:
1
;
}
pointer
;
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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