Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WheelCoalescer ¶
type WheelCoalescer struct {
// contains filtered or unexported fields
}
WheelCoalescer aggregates wheel events into a single delta per flush interval.
func NewWheelCoalescer ¶
func NewWheelCoalescer() *WheelCoalescer
NewWheelCoalescer creates a new wheel coalescer.
func (*WheelCoalescer) Handle ¶
func (c *WheelCoalescer) Handle(msg tea.MouseWheelMsg) bool
Handle consumes a wheel message and returns true if it was coalesced.
func (*WheelCoalescer) SetSender ¶
func (c *WheelCoalescer) SetSender(send func(tea.Msg))
SetSender wires the message sender used to emit coalesced events.
Click to show internal directories.
Click to hide internal directories.