MCPcopy Create free account
hub / github.com/andlabs/ui / KeyEvent

Method KeyEvent

examples/drawtext.go:109–112  ·  view source on GitHub ↗
(a *ui.Area, ke *ui.AreaKeyEvent)

Source from the content-addressed store, hash-verified

107}
108
109func (areaHandler) KeyEvent(a *ui.Area, ke *ui.AreaKeyEvent) (handled bool) {
110 // reject all keys
111 return false
112}
113
114func setupUI() {
115 makeAttributedString()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected