textmode.js / input / mouse
mouse
Types and interfaces for mouse event handling
Interfaces
| Interface | Description |
|---|---|
| MouseEventData | Mouse event data passed to event handlers |
| MousePosition | Mouse coordinates in grid space using center-based coordinates. |
Type Aliases
| Type Alias | Description |
|---|---|
| GridProvider | Grid provider function type - returns the grid to use for coordinate calculations |
| MouseEventHandler | Mouse event handler function type |