libwallaby  v23
The wallaby standard library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
button.h
Go to the documentation of this file.
1 /*
2  * button.h
3  *
4  * Created on: Nov 12, 2015
5  * Author: Joshua Southerland
6  */
7 
8 #ifndef INCLUDE_WALLABY_BUTTON_H_
9 #define INCLUDE_WALLABY_BUTTON_H_
10 
11 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
23 
30 void set_a_button_text(const char * text);
31 
38 void set_b_button_text(const char * text);
39 
46 void set_c_button_text(const char * text);
47 
54 void set_x_button_text(const char * text);
55 
62 void set_y_button_text(const char * text);
63 
70 void set_z_button_text(const char * text);
71 
79 int a_button();
80 
88 int b_button();
89 
97 int c_button();
98 
106 int x_button();
107 
115 int y_button();
116 
124 int z_button();
125 
133 int side_button();
134 
142 int black_button();
143 
150 int left_button();
151 
158 int right_button();
159 
168 int a_button_clicked();
169 
178 int b_button_clicked();
179 
188 int c_button_clicked();
189 
198 int x_button_clicked();
199 
208 int y_button_clicked();
209 
218 int z_button_clicked();
219 
228 int side_button_clicked();
229 
236 int any_button();
237 
244 void extra_buttons_show();
245 
246 
253 void extra_buttons_hide();
254 
262 
269 void set_extra_buttons_visible(int visible);
270 
271 
272 #ifdef __cplusplus
273 }
274 #endif
275 
276 
277 #endif /* INCLUDE_WALLABY_BUTTON_H_ */
void extra_buttons_hide()
int x_button()
int a_button_clicked()
int side_button()
int side_button_clicked()
void extra_buttons_show()
int x_button_clicked()
int black_button()
void set_c_button_text(const char *text)
int y_button()
void set_b_button_text(const char *text)
void set_z_button_text(const char *text)
void set_x_button_text(const char *text)
int c_button()
void set_y_button_text(const char *text)
int y_button_clicked()
int b_button_clicked()
int z_button_clicked()
int get_extra_buttons_visible()
int c_button_clicked()
void set_extra_buttons_visible(int visible)
int right_button()
int any_button()
void set_a_button_text(const char *text)
int z_button()
int left_button()
int a_button()
int b_button()