The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: Jimg on April 13, 2009, 09:34:51 PM

Title: anti-aliasing a cursor
Post by: Jimg on April 13, 2009, 09:34:51 PM
Is there some way intrinsic to windows, to use (for example) a circle for a cursor and have windows automatically alpha blend the cursor into the background?
I can make an antialiased circle and save it in a .cur file, but when I use it, it is not blended.
It looks pretty rasty as is.
I can do it all manually, but I don't want to duplicate something that windows can already do.
Title: Re: anti-aliasing a cursor
Post by: Darrel on April 15, 2009, 03:36:46 AM
Hopefully my reply to a bitmapeditor will be somewhat helpful or encouraging to you.