1
0
Fork 0
forked from len0rd/rockbox

The simulator should use the keypad period key, not the regular one

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8568 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2006-02-04 23:15:15 +00:00
parent 2fcd1b09d4
commit 621bcc2294
10 changed files with 176 additions and 7 deletions

View file

@ -135,7 +135,7 @@ void button_event(int key, bool pressed)
break;
#endif
case SDLK_PERIOD:
case SDLK_KP_PERIOD:
case SDLK_INSERT:
#ifdef BUTTON_MENU
new_btn = BUTTON_MENU;