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:
parent
2fcd1b09d4
commit
621bcc2294
10 changed files with 176 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue