mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 15:21:40 +00:00
return/enter key in the launcher now starts the selected target
svn-id: r11347
This commit is contained in:
parent
7d0fcb71a8
commit
f40d0433bf
@ -536,6 +536,7 @@ void LauncherDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 dat
|
||||
}
|
||||
break;
|
||||
case kStartCmd:
|
||||
case kListItemActivatedCmd:
|
||||
case kListItemDoubleClickedCmd:
|
||||
// Print out what was selected
|
||||
assert(item >= 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user