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