Exemplo n.º 1
0
 /// <summary>
 /// Just updates the cursor to the position of the mouse.
 /// </summary>
 private void UpdateMouseCursor()
 {
     MState             = Mouse.GetState();
     CursorRight.Origin = new Vector2(MState.X, MState.Y);
     CursorRight.SetPosition();
     CursorRight.LoadContent(this.Content);
 }