1adime_draw_text_button_down(3)Adime API Referenceadime_draw_text_button_down(3)
2
3
4
6 adime_draw_text_button_down
7
9 #include <adime.h>
10
11
12 void adime_draw_text_button_down(BITMAP *bmp, int x1, int y1, int x2,
13 int y2, int face_color, int text_color, int xlight, int light, int
14 dark, int xdark, const FONT *f, const char *text)
15
17 Like `adime_draw_text_button()ยด, but draws the button pressed down.
18
19
21 adime_draw_text_button(3)
22
23
24
25Adime version 2.2.1 adime_draw_text_button_down(3)