package
0.0.0-20240729032619-48aa4a75b89d
Repository: https://github.com/pevans/erc.git
Documentation: pkg.go.dev

# Functions

Listen registers an EventListener and starts a loop in a goroutine, which listens for new events (via PushEvent) and calls the listen function with them.
PushEvent adds a new event to the event channel, which something else can listen for and act on.
Shutdown sends a message to the shutdown channel, which would end any Listen goroutine.

# Constants

No description provided by the author
command key.
control key.
These are key modifiers.
option key.
shift key.

# Structs

An Event is a record of something that happened with user input.

# Type aliases

An EventListener is a function which receives an event.