MCPcopy Create free account
hub / github.com/algoscienceacademy/RustUI / handle_event

Method handle_event

src/components/stack.rs:88–92  ·  view source on GitHub ↗
(&mut self, event: Event)

Source from the content-addressed store, hash-verified

86 }
87
88 fn handle_event(&mut self, event: Event) {
89 for child in &mut self.children {
90 child.handle_event(event);
91 }
92 }
93
94 fn bounds(&self) -> Rect {
95 self.bounds

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected