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
|
@ -280,7 +280,7 @@ PLUGIN_HEADER
|
|||
#error No keymap defined!
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_TOUCHPAD
|
||||
#ifdef HAVE_TOUCHSCREEN
|
||||
#ifndef SOKOBAN_LEFT
|
||||
#define SOKOBAN_LEFT BUTTON_MIDLEFT
|
||||
#endif
|
||||
|
@ -1240,7 +1240,7 @@ static int sokoban_menu(void)
|
|||
rb->lcd_putsxy(3, 56, "[SELECT+UP] Next Level");
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_TOUCHPAD
|
||||
#ifdef HAVE_TOUCHSCREEN
|
||||
rb->lcd_putsxy(3, 6, SOKOBAN_MENU_NAME " Menu");
|
||||
rb->lcd_putsxy(3, 16, SOKOBAN_UNDO_NAME " Undo");
|
||||
rb->lcd_putsxy(3, 26, SOKOBAN_REDO_NAME " Redo");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue