[ scummvm-Patches-3093061 ] MMC64: sentence highlighting

SourceForge.net noreply at sourceforge.net
Fri Oct 22 17:54:05 CEST 2010


Patches item #3093061, was opened at 2010-10-22 17:54
Message generated for change (Tracker Item Submitted) made by tobigun
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=3093061&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: MMC64: sentence highlighting

Initial Comment:
As in the V1/2 versions the sentence line is highlighted (yellow) when the mouse hovers over it. This is not done in ScummVM s far. Although ScummEngine_v0::handleMouseOver() calls ScummEngine_v2::handleMouseOver() which will highlight the sentence line, it will overwrite the highlighted line with drawSentence() afterwards. Hence drawSentence() has to be handled before the highlighting is done.

In addition, as drawSentence() is called by handleMouseOver() the check (new_box != _mouseOverBoxV2) will not work and has to be disabled for MM C64.

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

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




More information about the Scummvm-tracker mailing list