mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
TSAGE: R2R: Clicking F5 fro Options dialog
This commit is contained in:
parent
d0d27928f1
commit
8c850f82ec
@ -1224,6 +1224,13 @@ void Ringworld2Game::processEvent(Event &event) {
|
||||
R2_GLOBALS._events.setCursorFromFlag();
|
||||
break;
|
||||
|
||||
case Common::KEYCODE_F5:
|
||||
// F5 - Save
|
||||
saveGame();
|
||||
R2_GLOBALS._events.setCursorFromFlag();
|
||||
event.handled = true;
|
||||
break;
|
||||
|
||||
case Common::KEYCODE_F7:
|
||||
// F7 - Restore
|
||||
restoreGame();
|
||||
|
Loading…
x
Reference in New Issue
Block a user