|
Atrinik Client 2.5
|
Go to the source code of this file.
Data Structures | |
| struct | button_struct |
Defines | |
| #define | BUTTON_MOUSE_OVER(button, mx, my, sprite) ((mx) >= (button)->x && (mx) < (button)->x + (sprite)->bitmap->w && (my) >= (button)->y && (my) < (button)->y + (sprite)->bitmap->h) |
| #define | BUTTON_TOOLTIP_DELAY 750 |
Typedefs | |
| typedef struct button_struct | button_struct |
Button header file.
Definition in file button.h.
| #define BUTTON_MOUSE_OVER | ( | button, | |
| mx, | |||
| my, | |||
| sprite | |||
| ) | ((mx) >= (button)->x && (mx) < (button)->x + (sprite)->bitmap->w && (my) >= (button)->y && (my) < (button)->y + (sprite)->bitmap->h) |
| #define BUTTON_TOOLTIP_DELAY 750 |
| typedef struct button_struct button_struct |
Button structure.
1.7.4