lv_event_get_code

Function lv_event_get_code 

Source
pub unsafe extern "C" fn lv_event_get_code(
    e: *mut lv_event_t,
) -> lv_event_code_t
Expand description

Get event code of an event. @param e pointer to the event descriptor @return the event code. (E.g. LV_EVENT_CLICKED, LV_EVENT_FOCUSED, etc)