Get the input event code from an enum member.
A shortcut for getting input event codes that are known at compile time. Handy for tests.
A shortcut for getting input events that are known at compile time. Handy for tests.
Create a mouse input event that can be passed to an ActionIO handler.
I/O interface for emitting keyboard events.
When a key is pressed on a keyboard device, it will emit an active InputEvent. While it is held down, it will continue to emit events every frame, however they will be marked inactive.
A KeyboardIO system will usually pass events to a FocusIO system it is child of.