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

Class App

src/app.rs:22–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22pub struct App {
23 pub window: Window,
24 pub gfx: Graphics,
25 pub input: Input,
26 pub timer: Timer,
27
28 pub is_running: bool,
29}
30
31impl App {
32 pub fn new(title: &str, width: i32, height: i32, tick_rate: f64) -> App {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected