1
0
Fork 0
forked from len0rd/rockbox

fix button maps and assign some buttons for uisimulator.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28268 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Teruaki Kawashima 2010-10-13 12:54:25 +00:00
parent 5832254289
commit c85ff1c0c9
3 changed files with 9 additions and 4 deletions

View file

@ -34,6 +34,7 @@ int key_to_button(int keyboard_key)
new_btn = BUTTON_TOPLEFT;
break;
case SDLK_KP8:
case SDLK_UP:
new_btn = BUTTON_TOPMIDDLE;
break;
case SDLK_KP9: