summaryrefslogtreecommitdiff
path: root/uisimulator/sdl/button.c
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-07-08 23:27:09 +0000
committerDave Chapman <dave@dchapman.com>2008-07-08 23:27:09 +0000
commitee4ff052c2451f467280de576458f368e5bee401 (patch)
treea54b88dc61e704a87b6f374d4f0b39426808a103 /uisimulator/sdl/button.c
parenta1a0ae631c91827492e2aad549a530b3aafa799b (diff)
downloadrockbox-ee4ff052c2451f467280de576458f368e5bee401.tar.gz
rockbox-ee4ff052c2451f467280de576458f368e5bee401.zip
Revert r17988 and instead fix the button labels in the ipod simulator background images. This isn't 100% perfect (I didn't go back to the layered source images), but IMO is good enough.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17991 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/sdl/button.c')
-rw-r--r--uisimulator/sdl/button.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/uisimulator/sdl/button.c b/uisimulator/sdl/button.c
index 9a4a3c1219..843f685226 100644
--- a/uisimulator/sdl/button.c
+++ b/uisimulator/sdl/button.c
@@ -372,11 +372,11 @@ void button_event(int key, bool pressed)
372 break; 372 break;
373 case SDLK_KP8: 373 case SDLK_KP8:
374 case SDLK_UP: 374 case SDLK_UP:
375 new_btn = BUTTON_SCROLL_FWD; 375 new_btn = BUTTON_SCROLL_BACK;
376 break; 376 break;
377 case SDLK_KP2: 377 case SDLK_KP2:
378 case SDLK_DOWN: 378 case SDLK_DOWN:
379 new_btn = BUTTON_SCROLL_BACK; 379 new_btn = BUTTON_SCROLL_FWD;
380 break; 380 break;
381 case SDLK_KP_PLUS: 381 case SDLK_KP_PLUS:
382 case SDLK_F8: 382 case SDLK_F8: