Input

spec.Input (Interface) → backend.Input

Backend interface for input handling.

This interface is currently empty as input events are handled through the backend's event system and Screen interface. Input events (mouse, touch, keyboard, gamepad) are dispatched directly to the App instance.

The interface exists for potential future extensions and to maintain consistency with the backend architecture where each subsystem has its own interface.

See: ceramic.Input for the main input handling system, spec.Screen for input event dispatching