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