eGUI alias D4D  Release 3.0
Reference Manual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
D4D MOUSE API Macro's Specification
Collaboration diagram for D4D MOUSE API Macro's Specification:

Macros

#define D4D_DECLARE_MOUSE_CURSOR_BMP(name, pNormal, pBusy, pUnavailable, keyColor)
 Macro that define the cursor bitmaps array. More...
 

Detailed Description

This section specifies the exact usage for each API macro.

Macro Definition Documentation

#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.