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