forked from len0rd/rockbox
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16045 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4d238c14d7
commit
81ba146706
35 changed files with 131 additions and 113 deletions
|
|
@ -128,10 +128,10 @@ static struct plugin_api* rb; /* global api struct pointer */
|
|||
#define AST_THRUST_REP (BUTTON_UP | BUTTON_REPEAT)
|
||||
#define AST_THRUST BUTTON_UP
|
||||
#define AST_HYPERSPACE BUTTON_DOWN
|
||||
#define AST_LEFT BUTTON_SCROLL_UP
|
||||
#define AST_LEFT_REP (BUTTON_SCROLL_UP | BUTTON_REPEAT)
|
||||
#define AST_RIGHT BUTTON_SCROLL_DOWN
|
||||
#define AST_RIGHT_REP (BUTTON_SCROLL_DOWN | BUTTON_REPEAT)
|
||||
#define AST_LEFT BUTTON_SCROLL_BACK
|
||||
#define AST_LEFT_REP (BUTTON_SCROLL_BACK | BUTTON_REPEAT)
|
||||
#define AST_RIGHT BUTTON_SCROLL_FWD
|
||||
#define AST_RIGHT_REP (BUTTON_SCROLL_FWD | BUTTON_REPEAT)
|
||||
#define AST_FIRE BUTTON_SELECT
|
||||
#define AST_FIRE_REP (BUTTON_SELECT | BUTTON_REPEAT)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue