lv_event_get_current_target_obj() 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 "original" target.
Arguments
e
pointer to the event descriptor
Return value
the target of the event_code