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