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