Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalHandler ¶
type GlobalHandler struct {
// contains filtered or unexported fields
}
func NewGlobalHandler ¶
func NewGlobalHandler(a app.FocusStopper, p player.Controller, l library.Command, pg pagesManager, b *bar.Bar) *GlobalHandler
func (*GlobalHandler) Listen ¶
func (h *GlobalHandler) Listen(event *tcell.EventKey) *tcell.EventKey
type HelpHandler ¶
type HelpHandler struct {
// contains filtered or unexported fields
}
func NewHelpHandler ¶
func NewHelpHandler(pg pagesManager) *HelpHandler
func (*HelpHandler) Listen ¶
func (k *HelpHandler) Listen(event *tcell.EventKey) *tcell.EventKey
Click to show internal directories.
Click to hide internal directories.