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

Method update

examples/todo_app.rs:156–159  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

154 }
155
156 fn update(&mut self) {
157 // For now, just handle window close events
158 // You'll need to implement proper event handling based on your Event system
159 }
160
161 fn render(&self, renderer: &mut dyn Renderer) {
162 renderer.clear(Color::rgb(0.1, 0.1, 0.1));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected