It bears saying for others who may read this post that the above method is absolutely the wrong way to implement a custom cursor because the system cursor normally updates many times faster than the graphic device and your cursor will flash when your frame rate slows down.
In this case, because I require changing text to track the mouse cursor, it appears to be the only way to do it. For any normal type of custom mouse cursor, and even for cursors with 256 colors and animated cursors, THIS is the way to do it....changes the actual system cursor, rather than hiding it and replacing it with a graphic that displays many times slower: http://allenwp.com/blog/2011/04/04/changing-the-windows-mouse-cursor-in-xna/.
There is nothing "horribly inefficient" in my code. I'm simply trying to do something a little out of the ordinary.
danromeo
Member Since 18 May 2001Offline Last Active Yesterday, 10:32 PM

Find content
Not Telling