NAME
QCursor - Interface to the Qt QCursor class
SYNOPSIS
use QCursor;
Require QBitmap and QPoint.
Member functions
new, bitmap, hotSpot, mask, pos, setPos
DESCRIPTION
What you see is what you get
EXPORTED
The %Cursor hash is exported into the user's namespace. It contains all of the global cursors (arrowCursor, crossCursor, etc..) without the Cursor suffix ($Cursor{arrow}, $Cursor{cross}, etc...)
SEE ALSO
QCursor(3qt)
AUTHOR
Ashley Winters <jql@accessone.com>