lv_label_get_text_selection_end() function
Get the selection end index.
Syntax
uint32_t lv_label_get_text_selection_end(const lv_obj_t * obj); Arguments
obj
pointer to a label object.
Return value
selection end index. `LV_LABEL_TXT_SEL_OFF` if nothing is selected.