Hello,
I'd like to use an open hand cursor for a drag and drop operation.
Here are the cursors I'm referring to:
Can grab:
http://www.worldtimzone.com/mozilla/testcase/css3cursors_files/grab.gifGrabbing:
http://www.worldtimzone.com/mozilla/testcase/css3cursors_files/grabbing.gifHowever, these cursors are not available by default in the Cursors enum (no idea why). It seems the only way to use them would be to make custom cursors. I don't really like the idea, but oh well.
If I did that, I wouldn't want to display Windows cursors on Linux, so I was wondering if there was a way to retrieve such cursors from the user desktop cursors.
If there's no relatively elegant way to use such cursors, I'll guess I'll just go with the (finger pointing) Cursors.Hand one. But if there's a nice (as cross platform as possible) solution, I'm all ears.
Thanks.