MCPcopy Index your code
hub / github.com/mum4k/termdash / Keyboard

Method Keyboard

widgetapi/widgetapi.go:181–181  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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.

Callers 15

prepareEvTargetsMethod · 0.65
TestMirrorFunction · 0.65
DrawWithMirrorFunction · 0.65
TestKeyboardFunction · 0.65
TestKeyboardScrollFunction · 0.65
TestKeyboardNonArrowKeysFunction · 0.65
TestEnterKeyToggleFunction · 0.65
TestKeyboardAndMouseFunction · 0.65

Implementers 15

explorerTabPreviewtermdashdemo/termdashdemo.go
Mirrorprivate/fakewidget/fakewidget.go
HeatMapwidgets/heatmap/heatmap.go
SegmentDisplaywidgets/segmentdisplay/segmentdisplay.
TreeViewwidgets/treeview/treeview.go
Checkboxwidgets/checkbox/checkbox.go
Timelinewidgets/timeline/timeline.go
TimeRangePickerwidgets/timeline/timerangepicker.go
BarChartwidgets/barchart/barchart.go
FocusEffectWidgetwidgets/fx/focus.go
framedTestWidgetwidgets/fx/framed_test.go
EffectWidgetwidgets/fx/fx.go

Calls

no outgoing calls