Home
last modified time | relevance | path

Searched refs:caught (Results 1 – 2 of 2) sorted by relevance

/StarryEngine/starry_toolkit/src/base/
H A Dpanel.rs280 let caught = Cell::new(false); in handle_events() localVariable
284 widget.handle_event(event, self.is_focused(widget), &self.redraw, &caught); in handle_events()
286 if caught.get() { in handle_events()
/StarryEngine/starry_toolkit/src/layout/
H A Dgrid.rs291 caught: &Cell<bool>, in handle_event()
299 caught.set(true); in handle_event()