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

Method handle_event

src/components/input.rs:42–44  ·  view source on GitHub ↗
(&mut self, _event: Event)

Source from the content-addressed store, hash-verified

40 }
41
42 fn handle_event(&mut self, _event: Event) {
43 // Implement event handling
44 }
45
46 fn bounds(&self) -> Rect {
47 self.bounds

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected