Function rat_input::input::handle_readonly_events
source ยท pub fn handle_readonly_events(
state: &mut TextInputState,
focus: bool,
event: &Event,
) -> TextOutcomeExpand description
Handle only navigation events. Text events are only processed if focus is true. Mouse events are processed if they are in range.