libkovan  1
The kovan standard library
button.h File Reference

Methods for manipulating and using software buttons. More...

#include "export.h"
#include "vtable.h"

Go to the source code of this file.

Functions

VF EXPORT_SYM void set_a_button_text (const char *text)
 
VF EXPORT_SYM void set_b_button_text (const char *text)
 
VF EXPORT_SYM void set_c_button_text (const char *text)
 
VF EXPORT_SYM void set_x_button_text (const char *text)
 
VF EXPORT_SYM void set_y_button_text (const char *text)
 
VF EXPORT_SYM void set_z_button_text (const char *text)
 
VF EXPORT_SYM int a_button ()
 
VF EXPORT_SYM int b_button ()
 
VF EXPORT_SYM int c_button ()
 
VF EXPORT_SYM int x_button ()
 
VF EXPORT_SYM int y_button ()
 
VF EXPORT_SYM int z_button ()
 
VF EXPORT_SYM int side_button ()
 
VF EXPORT_SYM int black_button ()
 
VF EXPORT_SYM int a_button_clicked ()
 
VF EXPORT_SYM int b_button_clicked ()
 
VF EXPORT_SYM int c_button_clicked ()
 
VF EXPORT_SYM int x_button_clicked ()
 
VF EXPORT_SYM int y_button_clicked ()
 
VF EXPORT_SYM int z_button_clicked ()
 
VF EXPORT_SYM int side_button_clicked ()
 
VF EXPORT_SYM int any_button ()
 
VF EXPORT_SYM void extra_buttons_show ()
 
VF EXPORT_SYM void extra_buttons_hide ()
 
VF EXPORT_SYM int get_extra_buttons_visible ()
 
VF EXPORT_SYM void set_extra_buttons_visible (int visible)
 

Detailed Description

Methods for manipulating and using software buttons.

Author
Braden McDorman