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