This section specifies the exact usage for each API macro.
#define D4D_DECLARE_MOUSE_CURSOR_BMP |
( |
|
name, |
|
|
|
pNormal, |
|
|
|
pBusy, |
|
|
|
pUnavailable, |
|
|
|
keyColor |
|
) |
| |
Macro that define the cursor bitmaps array.
- Parameters
-
name | - name of the cursor bitmap array |
pNormal | - pointer on D4D_BMP object of bitmap that represents normal cursor |
pBusy | - pointer on D4D_BMP object of bitmap that represents busy cursor |
pUnavailable | - pointer on D4D_BMP object of bitmap that represents unavailable cursor |
keyColor | - key color for current set of cursor bitmaps |
- Note
- This define array of mouse cursor bitmaps. If busy or unavailable cursors aren't used in project just used instead of cursor to D4D_BMP NULL.
Definition at line 177 of file d4d_mouse.h.