[Scummvm-tracker] [ScummVM :: Bugs] #15782: DGDS: HoC: Issue selecting sheckels to bet when talking to street gambler

ScummVM :: Bugs trac at scummvm.org
Fri Mar 7 08:21:16 UTC 2025


#15782: DGDS: HoC: Issue selecting sheckels to bet when talking to street gambler
-------------------+-----------------------------
Reporter:  bluegr  |       Owner:  (none)
    Type:  defect  |      Status:  new
Priority:  normal  |   Component:  Engine: DGDS
 Version:          |  Resolution:
Keywords:          |        Game:  Heart of China
-------------------+-----------------------------
Comment (by mduggan):

 After some investigation, it seems the meaning/naming of these lists
 should be changed:
 {{{
   onLDownOps -> onPickUpOps
   onLClickOps -> onUseOps
   onRClickOps -> onLookOps
 }}}

 The correct fix is related to #15774. The "use" ops should be executed on
 a quick click without any drag.  The "pick up" ops should be executed if
 there is a movement or the click is held for a while.

 The timing of switching from one to the other seems to be identical to the
 mouse cursor change in #15774, so these should probably be fixed together.

 I need to check more to make sure of the exact timing to use here.
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/15782#comment:4>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list