dash ~master (2014-11-19T20:54:00Z)
Home
Dub
Repo
State
dash
utility
input
inputsystem
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
Source
See Implementation
dash
utility
input
inputsystem
aliases
AxisStorageType
ButtonStorageType
classes
InputSystem
structs
State
Represents the state of an input method (ie. keyboard, gamepad, etc.).