forked from len0rd/rockbox
Invert buttons in RTL mode
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22961 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e04acd8c3e
commit
f7bd7252e1
6 changed files with 63 additions and 8 deletions
|
|
@ -42,7 +42,10 @@ int button_status_wdata(int *pdata);
|
|||
#endif
|
||||
void button_clear_queue(void);
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
void button_set_flip(bool flip); /* turn 180 degrees */
|
||||
void button_set_flip_vertically(bool flip); /* turn 180 degrees */
|
||||
#ifndef BOOTLOADER
|
||||
int button_flip_horizontally(int button); /* for RTL mode */
|
||||
#endif
|
||||
#endif
|
||||
#ifdef HAVE_BACKLIGHT
|
||||
void set_backlight_filter_keypress(bool value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue