|
Typedefs | |
| typedef sByte | D4D_MENU_INDEX |
| This is menu item index variable type. More... | |
| typedef void(* | D4D_MENU_ON_CLICK )(D4D_OBJECT *pThis, D4D_MENU_INDEX ix) |
| Type definition of menu on click callback function. More... | |
This section specifies the exact type for each typedef definition.
| typedef sByte D4D_MENU_INDEX |
This is menu item index variable type.
Definition at line 143 of file d4d_menu.h.
| typedef void(* D4D_MENU_ON_CLICK)(D4D_OBJECT *pThis, D4D_MENU_INDEX ix) |
Type definition of menu on click callback function.
| pThis | - pointer to menu instance that call the function |
| ix | - index of item that has been clicked |
Definition at line 152 of file d4d_menu.h.