MCPcopy Create free account
hub / github.com/SolarLune/masterplan / FocusableMenuElement

Interface FocusableMenuElement

gui.go:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164type FocusableMenuElement interface {
165 Focused() bool
166 SetFocused(bool)
167}
168
169type HighPriorityDrawMenuElement interface {
170 DrawOnTop()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected