pub fn handle_events(
state: &mut CheckboxState,
focus: bool,
event: &Event,
) -> CheckOutcomeExpand description
Handle all events. Text events are only processed if focus is true. Mouse events are processed if they are in range.
pub fn handle_events(
state: &mut CheckboxState,
focus: bool,
event: &Event,
) -> CheckOutcomeHandle all events. Text events are only processed if focus is true. Mouse events are processed if they are in range.