forked from len0rd/rockbox
make the enter key work again in the windows SDL sim
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8976 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e6955954ac
commit
4e96f7df9f
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,8 @@ void button_event(int key, bool pressed)
|
|||
break;
|
||||
|
||||
case SDLK_KP_ENTER:
|
||||
case SDLK_RETURN:
|
||||
case SDLK_a:
|
||||
#ifdef BUTTON_OFF
|
||||
new_btn = BUTTON_OFF;
|
||||
#elif defined BUTTON_A
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue