MCPcopy Create free account
hub / github.com/17cupsofcoffee/nova / update

Method update

src/app.rs:18–18  ·  view source on GitHub ↗
(&mut self, _app: &mut App)

Source from the content-addressed store, hash-verified

16 /// note: this will be called after the `app.input` has been updated with the event.
17 fn event(&mut self, _app: &mut App, _event: Event) {}
18 fn update(&mut self, _app: &mut App) {}
19 fn draw(&mut self, _app: &mut App) {}
20}
21

Callers 1

runMethod · 0.45

Implementers 1

bunnymark.rsexamples/bunnymark.rs

Calls

no outgoing calls

Tested by

no test coverage detected