pub unsafe extern "C" fn lv_event_get_code(
e: *mut lv_event_t,
) -> lv_event_code_tExpand 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)