(a *ui.Area, ke *ui.AreaKeyEvent)
| 195 | } |
| 196 | |
| 197 | func (areaHandler) KeyEvent(a *ui.Area, ke *ui.AreaKeyEvent) (handled bool) { |
| 198 | // reject all keys |
| 199 | return false |
| 200 | } |
| 201 | |
| 202 | func setupUI() { |
| 203 | mainwin := ui.NewWindow("libui Histogram Example", 640, 480, true) |
nothing calls this directly
no outgoing calls
no test coverage detected