forked from len0rd/rockbox
Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18338 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
965d2af61f
commit
1392dc2144
81 changed files with 233 additions and 231 deletions
|
|
@ -216,7 +216,7 @@ PLUGIN_HEADER
|
|||
#error No keymap defined!
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_TOUCHPAD
|
||||
#ifdef HAVE_TOUCHSCREEN
|
||||
#ifndef FLIPIT_LEFT
|
||||
#define FLIPIT_LEFT BUTTON_MIDLEFT
|
||||
#endif
|
||||
|
|
@ -675,7 +675,7 @@ enum plugin_status plugin_start(const struct plugin_api* api, const void* parame
|
|||
rb->lcd_putsxy(2, 48, "[MENU] step by step");
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_TOUCHPAD
|
||||
#ifdef HAVE_TOUCHSCREEN
|
||||
rb->lcd_putsxy(2, 8, "[BOTTOMLEFT] to stop");
|
||||
rb->lcd_putsxy(2, 18, "[CENTRE] toggle");
|
||||
rb->lcd_putsxy(2, 28, "[TOPRIGHT] shuffle");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue