Searched refs:_afxCursors (Results 1 – 1 of 1) sorted by relevance
32 HCURSOR _afxCursors[10] = { 0, }; variable262 _afxCursors[0] = _afxCursors[2] = LoadCursor(0,IDC_SIZENWSE); in Construct()263 _afxCursors[4] = _afxCursors[6] = LoadCursor(0,IDC_SIZENS); in Construct()264 _afxCursors[1] = _afxCursors[3] = LoadCursor(0,IDC_SIZENESW); in Construct()265 _afxCursors[5] = _afxCursors[7] = LoadCursor(0,IDC_SIZEWE); in Construct()266 _afxCursors[8] = LoadCursor(0,IDC_SIZEALL); in Construct()330 ::SetCursor(_afxCursors[nHandle]); in SetCursor()
Completed in 6 milliseconds