Macros | |
#define | D4D_DECLARE_MOUSE_CURSOR_BMP(name, pNormal, pBusy, pUnavailable, keyColor) |
Macro that define the cursor bitmaps array. More... | |
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.
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 |
Definition at line 177 of file d4d_mouse.h.