State

Represents the state of an input method (ie. keyboard, gamepad, etc.).

package
struct State (
T
InputEnum
) if (
is(InputEnum == enum)
) {
T[size_t] keys;
}

Meta