lv_obj_event.h
API reference for lv_obj_event.h
See Also: Private HeaderThis header has a companion private implementation with internal data structures.lv_obj_event_private.h
Summary
Functions
core/lv_obj_event.h:157function
lv_event_set_ext_draw_size
Set the new extra draw size. Can be used in LV_EVENT_REFR_EXT_DRAW_SIZE
void lv_event_set_ext_draw_size(lv_event_t *e, int32_t size)| Name | Type | Description |
|---|---|---|
e | lv_event_t * | pointer to an event |
size | int32_t | The new extra draw size |
core/lv_obj_event.h:187function
lv_event_set_cover_res
Set the result of cover checking. Can be used in LV_EVENT_COVER_CHECK
void lv_event_set_cover_res(lv_event_t *e, lv_cover_res_t res)| Name | Type | Description |
|---|---|---|
e | lv_event_t * | pointer to an event |
res | lv_cover_res_t | an element of lv_cover_check_info_t |
Enums
lv_cover_res_t
Cover check results.
| Name | Value |
|---|---|
LV_COVER_RES_COVER | 0 |
LV_COVER_RES_NOT_COVER | 1 |
LV_COVER_RES_MASKED | 2 |
Used by 1 function
lv_event_set_cover_res— paramres
Dependencies
Indirect dependencies
lv_anim.hlv_area.hlv_array.hlv_assert.hlv_bidi.hlv_color.hlv_color_op.hlv_conf_internal.hlv_conf_kconfig.hlv_draw_buf.hlv_ext_data.hlv_flex.hlv_font.hlv_grad.hlv_grid.hlv_group.hlv_image_dsc.hlv_layout.hlv_ll.hlv_log.hlv_math.hlv_mem.hlv_obj_style_gen.hlv_palette.hlv_sprintf.hlv_string.hlv_style.hlv_style_gen.hlv_symbol_def.hlv_text.hlv_tick.hlv_timer.h
How is this guide?
Last updated on