allow mouse/trackball click for enter on touch only devices.
This commit is contained in:
parent
22d79a5c5e
commit
89d385c4d9
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user