forked from len0rd/rockbox
Upside Down option for display (and buttons) now wired into the display settings menu, persistence, simulator stubs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4168 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2a8386106b
commit
a5e1d06354
8 changed files with 99 additions and 7 deletions
|
|
@ -29,6 +29,9 @@ extern long last_keypress;
|
|||
void button_init (void);
|
||||
int button_get (bool block);
|
||||
int button_get_w_tmo(int ticks);
|
||||
#ifdef HAVE_RECORDER_KEYPAD
|
||||
void button_set_flip(bool flip); /* turn 180 degrees */
|
||||
#endif
|
||||
|
||||
#define BUTTON_NONE 0x0000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue