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

Method Enter

ui/menuview.go:116–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114}
115
116func (view *MenuView) Enter() {
117 gl.ClearColor(0.333, 0.333, 0.333, 1)
118 view.director.SetTitle("Select Game")
119 view.director.window.SetCharCallback(view.onChar)
120}
121
122func (view *MenuView) Exit() {
123 view.director.window.SetCharCallback(nil)

Callers

nothing calls this directly

Calls 1

SetTitleMethod · 0.80

Tested by

no test coverage detected