handle_events

Function handle_events 

Source
pub fn handle_events(
    state: &mut CheckboxState,
    focus: bool,
    event: &Event,
) -> CheckOutcome
Expand description

Handle all events. Text events are only processed if focus is true. Mouse events are processed if they are in range.