Stores a list of Button Key States
Ejemplo n.º 1
0
 internal KeyboardInputState()
 {
     _state = new KeyState(Buttons);
 }
Ejemplo n.º 2
0
 internal KeyboardInputState()
 {
     _state = new KeyState(Buttons);
 }