コード例 #1
0
ファイル: KeyBinding.cs プロジェクト: HaKDMoDz/WorldRender
 public bool IsDown(IState inputState)
 {
     return inputState.IsKeyDown(key);
 }