input

package
v1.20.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL