|
Atrinik Client 2.5
|
#include <button.h>
Data Fields | |
| int | x |
| int | y |
| int | bitmap |
| int | bitmap_over |
| int | bitmap_pressed |
| int | font |
| uint64 | flags |
| const char * | color |
| const char * | color_shadow |
| const char * | color_over |
| const char * | color_over_shadow |
| int | mouse_over |
| int | pressed |
| int | disabled |
| uint32 | pressed_ticks |
| uint32 | hover_ticks |
| uint32 | pressed_repeat_ticks |
| void(* | repeat_func )(struct button_struct *button) |
| const char* button_struct::color |
| const char* button_struct::color_over |
| const char* button_struct::color_over_shadow |
| const char* button_struct::color_shadow |
| uint64 button_struct::flags |
| void(* button_struct::repeat_func)(struct button_struct *button) |
| int button_struct::x |
| int button_struct::y |
1.7.4