allow mouse/trackball click for enter on touch only devices.

This commit is contained in:
Koushik K. Dutta 2010-02-04 14:17:32 -08:00
parent 22d79a5c5e
commit 89d385c4d9

View File

@ -49,6 +49,7 @@ int device_handle_key(int key_code, int visible) {
return HIGHLIGHT_UP;
case KEY_ENTER:
case BTN_MOUSE:
return SELECT_ITEM;
}
}