@al8b/input
v0.1.14
Published
Modular input subsystem for keyboard, mouse, touch, and gamepad state. The package exposes a single input manager plus concrete device handlers and shared state types.
Downloads
54
Readme
@al8b/input
Modular input subsystem for keyboard, mouse, touch, and gamepad state. The package exposes a single input manager plus concrete device handlers and shared state types.
Public API
Input(default)KeyboardInputMouseInputTouchInputGamepadInput- Shared input types from
./types
Notes
- Primarily consumed by
@al8b/runtime. - Designed for browser event sources rather than server-side use.
Scripts
bun run build
bun run test
bun run clean