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