GetOSCursor() retrieves an OS-specific handle for the cursor. For Windows, this will be an HCURSOR. Currently, no release is required - the class should delete any created cursors on destruction if necessary. Definition at line 37 of file CATCursor_Win32.cpp. References CATCURSOR_ARROW, CATCURSOR_HAND, CATCURSOR_LEFTRIGHT, CATCURSOR_MOVE, CATCURSOR_NOACTION, CATCURSOR_SIZE, CATCURSOR_TEXT, CATCURSOR_TOPBOTTOM, CATCURSOR_WAIT, and fType. Referenced by CATWindow::OSDrawCursor(), CATWindow::OSSetCursor(), and CATWindow::RegWindow().
|