Stores a list of Button Key States
Example #1
0
 internal KeyboardInputState()
 {
     _state = new KeyState(Buttons);
 }
Example #2
0
 internal KeyboardInputState()
 {
     _state = new KeyState(Buttons);
 }