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

Method update

example/basic_app.rs:115–118  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

113 fn init(&mut self) {}
114
115 fn update(&mut self) {
116 // For now, just handle window close events
117 // You'll need to implement proper event handling based on your Event system
118 }
119
120 fn render(&self, renderer: &mut dyn Renderer) {
121 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