libkipr  1.0.0
button.h
Go to the documentation of this file.
1 
16 #ifndef _KIPR_BUTTON_BUTTON_H_
17 #define _KIPR_BUTTON_BUTTON_H_
18 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
29 void set_a_button_text(const char * text);
30 
37 void set_b_button_text(const char * text);
38 
45 void set_c_button_text(const char * text);
46 
53 void set_x_button_text(const char * text);
54 
61 void set_y_button_text(const char * text);
62 
69 void set_z_button_text(const char * text);
70 
78 int a_button();
79 
87 int b_button();
88 
96 int c_button();
97 
105 int x_button();
106 
114 int y_button();
115 
123 int z_button();
124 
133 
142 
143 
151 
152 
160 
168 
178 
188 
198 
208 
218 
228 
238 
246 
254 
255 
263 
271 
278 void set_extra_buttons_visible(int visible);
279 
280 
281 #ifdef __cplusplus
282 }
283 #endif
284 
285 #endif
int push_button()
int get_extra_buttons_visible()
int x_button_clicked()
void set_y_button_text(const char *text)
int side_button()
int right_button()
int left_button()
void set_extra_buttons_visible(int visible)
void set_x_button_text(const char *text)
int y_button_clicked()
int any_button()
int c_button_clicked()
int b_button()
int z_button_clicked()
int x_button()
int y_button()
void set_b_button_text(const char *text)
int a_button_clicked()
int c_button()
void set_c_button_text(const char *text)
int a_button()
int black_button()
void set_a_button_text(const char *text)
int b_button_clicked()
void set_z_button_text(const char *text)
int side_button_clicked()
int z_button()
void extra_buttons_hide()
void extra_buttons_show()