Cursor shapes¶
CURSOR_DEFAULT |
The user’s default cursor |
CURSOR_APP_STARTING |
Arrow + small hourglass (Win 32) |
CURSOR_ARROW |
Standard arrow |
CURSOR_CROSS |
Cross hair |
CURSOR_HAND |
Hand (Win 98, Win NT 5.0) |
CURSOR_HELP |
Arrow + question mark |
CURSOR_IBEAM |
I-beam |
CURSOR_NO |
Slashed circle (Win 32) |
CURSOR_SIZEALL |
Four pointed arrow |
CURSOR_SIZENESW |
Double pointed arrow (NE/SW) |
CURSOR_SIZENS |
Double pointed arrow (N/S) |
CURSOR_SIZENWSE |
Double pointed arrow (NW/SE) |
CURSOR_SIZEWE |
Double pointed arrow (W/E) |
CURSOR_UPARROW |
Vertical arrow |
CURSOR_WAIT |
Hourglass |
Shapes to which the window cursor may be set by the setcursor() function.
RELATED TOPICS |