If this has been asked before then I apologize but I was wondering if there's more cursors besides the following:
// available types
enum Type {
Arrow, ArrowWait, Wait, Text,
Hand, SizeHorizontal, SizeVertical, SizeTopLeftBottomRight,
SizeBottomLeftTopRight, SizeAll, Cross, Help,
NotAllowed
}
More specifically I was looking for drag and isDrag (open hand) (close hand) kind of a cursor for when mouse button is pressed and then released. I suppose I can get a png image to appear on my mouse cursor and do the handling but I was wondering if there's been more additions to the available types, thx in advance!