Is it possible to create a cursor from an image and have it be semi-transparent?
I\'m currently taking a custom image and overylaying the mouse cursor image. It would b
On the top of my head (I would try that first):
You should have nice semitransparent bitmap there.
If performance allows, you can scan for fully transparent pixels and set A to zero for them!