Пример #1
0
 public override bool IsReleased(PPDFramework.ButtonType buttonType)
 {
     return(this.buttonType == buttonType && !isPressed);
 }