MCPcopy Create free account
hub / github.com/fogleman/nes / NewMenuView

Function NewMenuView

ui/menuview.go:33–39  ·  view source on GitHub ↗
(director *Director, paths []string)

Source from the content-addressed store, hash-verified

31}
32
33func NewMenuView(director *Director, paths []string) View {
34 view := MenuView{}
35 view.director = director
36 view.paths = paths
37 view.texture = NewTexture()
38 return &view
39}
40
41func (view *MenuView) checkButtons() {
42 window := view.director.window

Callers 1

StartMethod · 0.85

Calls 1

NewTextureFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…