A shortcut for getting input events that are known at compile time. Handy for tests.
A shortcut for getting input event codes that are known at compile time. Handy for tests.
Create a mouse input event that can be passed to an ActionIO handler.
Get the input event code from an enum member.
Create a mouse input event that can be passed to an ActionIO handler.
Template with a set of functions for creating input event and input event codes from an enum. It can be used as a mixin in device nodes; see MouseIO and KeyboardIO for sample usage.