Skip to content

textmode.js / input / mouse

mouse

Types and interfaces for mouse event handling

Interfaces

InterfaceDescription
MouseEventDataMouse event data passed to event handlers
MousePositionMouse coordinates in grid space using center-based coordinates.

Type Aliases

Type AliasDescription
GridProviderGrid provider function type - returns the grid to use for coordinate calculations
MouseEventHandlerMouse event handler function type