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

Struct MenuView

ui/menuview.go:20–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type MenuView struct {
21 director *Director
22 paths []string
23 texture *Texture
24 nx, ny, i, j int
25 scroll int
26 t float64
27 buttons [8]bool
28 times [8]float64
29 typeBuffer string
30 typeTime float64
31}
32
33func NewMenuView(director *Director, paths []string) View {
34 view := MenuView{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected