Example #1
0
 public bool IsDown(IState inputState)
 {
     return inputState.IsKeyDown(key);
 }