mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
Oops, forgot the touchscreen targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18572 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4d4555e434
commit
b95dbd21cf
1 changed files with 12 additions and 20 deletions
|
@ -210,37 +210,29 @@ PLUGIN_HEADER
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_TOUCHSCREEN
|
#ifdef HAVE_TOUCHSCREEN
|
||||||
// not enough touchfields, so CUBE_QUIT have to be
|
#ifndef CUBE_QUIT
|
||||||
// mapped to a real button
|
#define CUBE_QUIT BUTTON_TOPLEFT
|
||||||
//ifndef CUBE_QUIT
|
|
||||||
//#define CUBE_QUIT BUTTON_TOPLEFT
|
|
||||||
//#endif
|
|
||||||
#ifndef CUBE_X_INC
|
|
||||||
#define CUBE_X_INC BUTTON_MIDRIGHT
|
|
||||||
#endif
|
#endif
|
||||||
#ifndef CUBE_X_DEC
|
#ifndef CUBE_NEXT
|
||||||
#define CUBE_X_DEC BUTTON_MIDLEFT
|
#define CUBE_NEXT BUTTON_MIDRIGHT
|
||||||
#endif
|
#endif
|
||||||
#ifndef CUBE_Y_INC
|
#ifndef CUBE_PREV
|
||||||
#define CUBE_Y_INC BUTTON_TOPMIDDLE
|
#define CUBE_PREV BUTTON_MIDLEFT
|
||||||
#endif
|
#endif
|
||||||
#ifndef CUBE_Y_DEC
|
#ifndef CUBE_INC
|
||||||
#define CUBE_Y_DEC BUTTON_BOTTOMMIDDLE
|
#define CUBE_INC BUTTON_TOPMIDDLE
|
||||||
#endif
|
#endif
|
||||||
#ifndef CUBE_Z_INC
|
#ifndef CUBE_DEC
|
||||||
#define CUBE_Z_INC BUTTON_BOTTOMRIGHT
|
#define CUBE_DEC BUTTON_BOTTOMMIDDLE
|
||||||
#endif
|
|
||||||
#ifndef CUBE_Z_DEC
|
|
||||||
#define CUBE_Z_DEC BUTTON_BOTTOMLEFT
|
|
||||||
#endif
|
#endif
|
||||||
#ifndef CUBE_MODE
|
#ifndef CUBE_MODE
|
||||||
#define CUBE_MODE BUTTON_TOPRIGHT
|
#define CUBE_MODE BUTTON_TOPRIGHT
|
||||||
#endif
|
#endif
|
||||||
#ifndef CUBE_PAUSE
|
#ifndef CUBE_PAUSE
|
||||||
#define CUBE_PAUSE (BUTTON_CENTER | BUTTON_REL)
|
#define CUBE_PAUSE BUTTON_CENTER
|
||||||
#endif
|
#endif
|
||||||
#ifndef CUBE_HIGHSPEED
|
#ifndef CUBE_HIGHSPEED
|
||||||
#define CUBE_HIGHSPEED BUTTON_TOPLEFT
|
#define CUBE_HIGHSPEED BUTTON_BOTTOMRIGHT
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue