Skip to main content

lv_group_send_data

Function lv_group_send_data 

Source
pub unsafe extern "C" fn lv_group_send_data(
    group: *mut lv_group_t,
    c: u32,
) -> lv_result_t
Expand description

Send a control character to Widget that has focus in a group. @param group pointer to a group @param c a character (use LV_KEY_.. to navigate) @return result of Widget with focus in group.