MCPcopy
hub / github.com/fogleman/nes / Director

Struct Director

ui/director.go:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17type Director struct {
18 window *glfw.Window
19 audio *Audio
20 view View
21 menuView View
22 timestamp float64
23}
24
25func NewDirector(window *glfw.Window, audio *Audio) *Director {
26 director := Director{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected