Documentation ¶
Overview ¶
Package event implements tcell.Event and derived types.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Event ¶ added in v0.7.0
Event implements tcell.Event.
type Func ¶ added in v0.7.0
type Func struct { Event Func func() }
Func is a tcell.Event that holds a function to be executed.
Click to show internal directories.
Click to hide internal directories.