Function lvgl::event_send

source ·
pub fn event_send<W: Widget>(
    obj: &mut W,
    event: Event<W::SpecialEvent>
) -> LvResult<()>
Expand description

Directly send an event to a specific widget.