lv_event_get_current_target() function
Get the current target of the event. It's the object which event handler being called. If the event is not bubbled it's the same as "normal" target.
Arguments
e
pointer to the event descriptor
Return value
pointer to the current target of the event_code