Skip to content

textmode.js / input / InputEventMap

Type Alias: InputEventMap

ts
type InputEventMap = KeyboardEventMap & MouseEventMap & TouchEventMap & GamepadEventMap;

Union of every input event emitted by the library.

This map is the single source of truth for the on() / off() / once() API, combining keyboard, mouse, touch, gesture, and gamepad events into one flat namespace.