Stores a list of Button Key States
コード例 #1
0
ファイル: KeyboardInputState.cs プロジェクト: Indiefreaks/igf
 internal KeyboardInputState()
 {
     _state = new KeyState(Buttons);
 }
コード例 #2
0
ファイル: KeyboardInputState.cs プロジェクト: rc183/igf
 internal KeyboardInputState()
 {
     _state = new KeyState(Buttons);
 }