textmode.js / input
input
All types and interfaces related to input event handling.
Namespaces
| Namespace | Description |
|---|---|
| gamepad | Types and interfaces for gamepad event handling |
| keyboard | Types and interfaces for keyboard event handling |
| mouse | Types and interfaces for mouse event handling |
| touch | Types and interfaces for touch event handling |
Type Aliases
| Type Alias | Description |
|---|---|
| InputEventMap | Union of every input event emitted by the library. |
| InputEventName | Every valid event name accepted by Textmodifier.on, Textmodifier.off, and Textmodifier.once. |
| InputEventOwner | Input subsystem that owns a given event name. |
Variables
| Variable | Description |
|---|---|
| INPUT_EVENT_NAMES | Flat readonly list of every input event name accepted by Textmodifier.on, Textmodifier.off, and Textmodifier.once. |