1
0
Fork 0
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:
Marcoen Hirschberg 2006-03-09 13:55:10 +00:00
parent e6955954ac
commit 4e96f7df9f

View file

@ -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