Structs§
Traits§
- An
InputHandler
dispatches InputEvents to an external service. It maintains service connections necessary to handle the events. - An
UnhandledInputHandler
is like anInputHandler
, but only deals in unhandled events.
InputHandler
dispatches InputEvents to an external service. It maintains
service connections necessary to handle the events.UnhandledInputHandler
is like an InputHandler
, but only deals in unhandled events.