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
132
int
side_button
();
133
141
int
black_button
();
142
143
150
int
push_button
();
151
152
159
int
left_button
();
160
167
int
right_button
();
168
177
int
a_button_clicked
();
178
187
int
b_button_clicked
();
188
197
int
c_button_clicked
();
198
207
int
x_button_clicked
();
208
217
int
y_button_clicked
();
218
227
int
z_button_clicked
();
228
237
int
side_button_clicked
();
238
245
int
any_button
();
246
253
void
extra_buttons_show
();
254
255
262
void
extra_buttons_hide
();
263
270
int
get_extra_buttons_visible
();
271
278
void
set_extra_buttons_visible
(
int
visible);
279
280
281
#ifdef __cplusplus
282
}
283
#endif
284
285
#endif
push_button
int push_button()
get_extra_buttons_visible
int get_extra_buttons_visible()
x_button_clicked
int x_button_clicked()
set_y_button_text
void set_y_button_text(const char *text)
side_button
int side_button()
right_button
int right_button()
left_button
int left_button()
set_extra_buttons_visible
void set_extra_buttons_visible(int visible)
set_x_button_text
void set_x_button_text(const char *text)
y_button_clicked
int y_button_clicked()
any_button
int any_button()
c_button_clicked
int c_button_clicked()
b_button
int b_button()
z_button_clicked
int z_button_clicked()
x_button
int x_button()
y_button
int y_button()
set_b_button_text
void set_b_button_text(const char *text)
a_button_clicked
int a_button_clicked()
c_button
int c_button()
set_c_button_text
void set_c_button_text(const char *text)
a_button
int a_button()
black_button
int black_button()
set_a_button_text
void set_a_button_text(const char *text)
b_button_clicked
int b_button_clicked()
set_z_button_text
void set_z_button_text(const char *text)
side_button_clicked
int side_button_clicked()
z_button
int z_button()
extra_buttons_hide
void extra_buttons_hide()
extra_buttons_show
void extra_buttons_show()
module
button
public
kipr
button
button.h
Generated by
1.9.1