textmode.js / input / mouse
mouse
Types and interfaces for mouse event handling
Interfaces
| Interface | Description |
|---|---|
| MouseEventData | Mouse event payload passed to input callbacks. |
| MouseEventMap | Mouse events emitted by the mouse input manager. |
Type Aliases
| Type Alias | Description |
|---|---|
| MouseEventHandler | Mouse event callback signature. |
| MousePosition | Mouse coordinates in grid space using center-based coordinates. |
Variables
| Variable | Description |
|---|---|
| MOUSE_EVENT_NAMES | Mouse event names supported by the shared input event API. |