Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDrawEvent ¶ added in v0.3.0
func NewDrawEvent() tcell.Event
func NewFunctionEvent ¶ added in v0.3.0
func NewFunctionEvent(fn func()) tcell.Event
func NewPingEvent ¶ added in v0.3.0
func NewPingEvent() tcell.Event
func NewPlayerEvent ¶
func NewPlayerEvent() tcell.Event
func PostTickerEvents ¶
Types ¶
type DrawEvent ¶ added in v0.3.0
type DrawEvent struct {
// contains filtered or unexported fields
}
type FunctionEvent ¶ added in v0.3.0
type FunctionEvent struct { Run func() // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.