[ scummvm-Patches-1687010 ] FM-Towns: Handle Alt-F5

SourceForge.net noreply at sourceforge.net
Fri Mar 23 18:45:36 CET 2007


Patches item #1687010, was opened at 2007-03-23 18:45
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=1687010&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Tobias Gunkel (tobigun)
Assigned to: Nobody/Anonymous (nobody)
Summary: FM-Towns: Handle Alt-F5

Initial Comment:
The F5 key was used open the Save-dialog in SCUMM games. The SVN-version of ScummVM supports these dialogs by pressing Alt-F5. This does not work with the FM-Town versions of Zak and Indy3. For these games the most significant bit of _mouseAndKeyboardStat has to be set if a special key like F5 (keycode 0x8005) or joystick buttons (keycode mask 0xFE00, e.g. SELECT=0xFE40 for the save/load menu) is pressed.
Hence the distinction with (_mouseAndKeyboardStat < MBS_MAX_KEY) between mouse- and key-events is not applicable with FM-Towns games. 

The patch is a little workaround that remaps the F5 key.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=1687010&group_id=37116




More information about the Scummvm-tracker mailing list