Opened 10 years ago
Closed 4 years ago
#7876 closed feature request (wontfix)
Pause / Break functionality like in the original scumm and SCI executables
Reported by: | SF/andoru | Owned by: | sev- |
---|---|---|---|
Priority: | normal | Component: | Engine: SCUMM |
Version: | Keywords: | ||
Cc: | Game: |
Description
As I've explained in this forum post, I could make use of the Pause / Break functionality that was present in the original SCUMM and SCI games, so that when you would press the Pause key (reported as key 19 in ScummVM here), the game would be halted, but the background music would still play. In the meantime, I'll try eriktorbjorn's suggestion :)
Ticket imported from: feature-requests/693.
Change History (2)
comment:1 by , 6 years ago
Component: | → Engine: SCUMM |
---|
comment:2 by , 4 years ago
Owner: | set to |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This will be difficult to implement because of different architecture: our GUI is blocking the engine execution.