mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 05:01:43 +00:00
Three finger salute now brings up boot menu.
svn-id: r3555
This commit is contained in:
parent
01c4ef997c
commit
971eb209b0
@ -88,6 +88,10 @@ void handleInput(struct mapledev *pad, int16 &mouse_x, int16 &mouse_y,
|
||||
newkey = 9; break;
|
||||
case 0x2c:
|
||||
newkey = ' '; break;
|
||||
case 0x4c:
|
||||
if((shift & 0x11) && (shift & 0x44))
|
||||
exit(0);
|
||||
break;
|
||||
case 0x4f:
|
||||
mouse_x++; break;
|
||||
case 0x50:
|
||||
|
Loading…
x
Reference in New Issue
Block a user