package
0.20.0
Repository: https://github.com/mum4k/termdash.git
Documentation: pkg.go.dev

# Functions

NewFSM creates a new FSM instance that tracks the state of the specified mouse button through button events that fall within the provided area.

# Constants

Down is a state where the mouse button is pressed down and held.
Up is the default idle state of the mouse button.

# Structs

FSM implements a finite-state machine that tracks mouse clicks within an area.

# Type aliases

State represents the state of the mouse button.