Keyboard is called with every keyboard event whose scope the widget registered for. The argument meta is guaranteed to be valid (i.e. non-nil).
(k *terminalapi.Keyboard, meta *EventMeta)
| 179 | // |
| 180 | // The argument meta is guaranteed to be valid (i.e. non-nil). |
| 181 | Keyboard(k *terminalapi.Keyboard, meta *EventMeta) error |
| 182 | |
| 183 | // Mouse is called with every mouse event whose scope the widget registered |
| 184 | // for. |
no outgoing calls