Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UI ¶
type UI struct {
// contains filtered or unexported fields
}
UI represents the application UI
func (*UI) SetInputCapture ¶
func (ui *UI) SetInputCapture(capture func(event *tcell.EventKey) *tcell.EventKey)
SetInputCapture sets a custom input capture function for the application. This allows the main application logic to define keybindings.
func (*UI) UpdateResistance ¶
UpdateResistance updates the resistance display
func (*UI) UpdateStatus ¶
UpdateStatus updates the status message
func (*UI) UpdateTelemetry ¶
UpdateTelemetry updates the UI with new telemetry data
Click to show internal directories.
Click to hide internal directories.