inputEvents.codes

A shortcut for getting input event codes that are known at compile time. Handy for tests.

template inputEvents(LocalIO, Event)
@safe static
codes
()
if (
is(LocalIO : IO) &&
is(Event == enum)
)

Return Value

Type:

A struct with event code for each member, corresponding to members of Button.

Meta