Mouse is called with every mouse event whose scope the widget registered for. The argument meta is guaranteed to be valid (i.e. non-nil).
(m *terminalapi.Mouse, meta *EventMeta)
| 185 | // |
| 186 | // The argument meta is guaranteed to be valid (i.e. non-nil). |
| 187 | Mouse(m *terminalapi.Mouse, meta *EventMeta) error |
| 188 | |
| 189 | // Options returns registration options for the widget. |
| 190 | // This is how the widget indicates to the infrastructure whether it is |
no outgoing calls