forked from len0rd/rockbox
iPod: Initial attempt at button mappings for plugins. All plugins now compile, but more work is needed with the more complex ones to make them iPod friendly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8233 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c75425511e
commit
54d44c893f
28 changed files with 361 additions and 65 deletions
|
@ -119,6 +119,16 @@
|
|||
#define VIEWER_COLUMN_LEFT (BUTTON_ON | BUTTON_LEFT)
|
||||
#define VIEWER_COLUMN_RIGHT (BUTTON_ON | BUTTON_RIGHT)
|
||||
|
||||
#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_NANO_PAD)
|
||||
#define VIEWER_QUIT BUTTON_MENU
|
||||
#define VIEWER_PAGE_UP BUTTON_SCROLL_FWD
|
||||
#define VIEWER_PAGE_DOWN BUTTON_SCROLL_BACK
|
||||
#define VIEWER_SCREEN_LEFT BUTTON_LEFT
|
||||
#define VIEWER_SCREEN_RIGHT BUTTON_RIGHT
|
||||
#define VIEWER_MODE_WRAP (BUTTON_SELECT | BUTTON_LEFT)
|
||||
#define VIEWER_MODE_LINE (BUTTON_SELECT | BUTTON_PLAY)
|
||||
#define VIEWER_MODE_WIDTH (BUTTON_SELECT | BUTTON_RIGHT)
|
||||
|
||||
#endif
|
||||
|
||||
enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue