Tag: Windows Mouse Cursor

  • Changing the Windows Mouse Cursor in XNA

    Background For anyone who is looking to develop a mouse-based game for Windows using the XNA framework, it’s pretty critical to be able to change your mouse cursor in game. The first method is to hide the mouse cursor and draw a custom texture in place of it – but anyone who is developing a…