Searched refs:caught (Results 1 – 2 of 2) sorted by relevance
280 let caught = Cell::new(false); in handle_events() localVariable284 widget.handle_event(event, self.is_focused(widget), &self.redraw, &caught); in handle_events()286 if caught.get() { in handle_events()
291 caught: &Cell<bool>, in handle_event()299 caught.set(true); in handle_event()