forked from len0rd/rockbox
Enable volume keys in Android.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29559 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b8f29c7eed
commit
8196f21a94
4 changed files with 20 additions and 1 deletions
|
|
@ -40,6 +40,8 @@ void android_ignore_back_button(bool yes);
|
|||
#define BUTTON_DPAD_UP 0x00000010
|
||||
#define BUTTON_DPAD_DOWN 0x00000020
|
||||
#define BUTTON_DPAD_CENTER 0x00000040
|
||||
#define BUTTON_VOL_UP 0x00000080
|
||||
#define BUTTON_VOL_DOWN 0x00000100
|
||||
|
||||
/* Compatibility hacks for flipping. Needs a somewhat better fix. */
|
||||
#define BUTTON_LEFT BUTTON_DPAD_LEFT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue