lv_slider_private.h
API reference for lv_slider_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_slider.h
Summary
Structs
struct
_lv_slider_t
| Member | Type | Description |
|---|---|---|
bar | lv_bar_t | Add the ancestor's type first |
left_knob_area | lv_area_t | |
right_knob_area | lv_area_t | |
pressed_point | lv_point_t | |
value_to_set | int32_t * | Which bar value to set |
dragging | uint8_t | 1: the slider is being dragged |
left_knob_focus | uint8_t | 1: with encoder now the right knob can be adjusted |
Dependencies
lv_obj_private.hlvgl_public.hlv_bar_private.h
Indirect dependencies
Last updated on