API related to Windows cursors.
◆ makeDefaultWinCursor()
Cursor* Graphics::makeDefaultWinCursor |
( |
| ) |
|
Create a Cursor for the default Windows cursor.
- Note
- The calling code is responsible for deleting the returned pointer.
◆ makeBusyWinCursor()
Cursor* Graphics::makeBusyWinCursor |
( |
| ) |
|
Create a Cursor for the Windows busy cursor.
- Note
- The calling code is responsible for deleting the returned pointer.
◆ loadWindowsCursorFromDIB()
Create a Cursor from DIB-format data, i.e. starting with a BITMAPINFOHEADER
- Note
- The calling code is responsible for deleting the returned pointer.