protected override void DrawSelf(SpriteBatch spriteBatch) { DrawHelpers.DrawInputButtonMouse(spriteBatch, this.GetDimensions().Position(), FrameCounter >= MaxFrames ? 0 : ButtonID); }