[Scummvm-tracker] [ScummVM :: Bugs] #14741: GRAPHICS: MACTUI: Slowdown in Macintosh menu when moving cursor over menu bar
ScummVM :: Bugs
trac at scummvm.org
Fri Dec 8 17:40:33 UTC 2023
#14741: GRAPHICS: MACTUI: Slowdown in Macintosh menu when moving cursor over menu
bar
-------------------------+-----------------------
Reporter: eriktorbjorn | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Graphics
Version: | Resolution:
Keywords: | Game:
-------------------------+-----------------------
Comment (by eriktorbjorn):
Random observation:
While moving the mouse within the defined menus, MacMenu::mouseClick()
returns early because it hits the `(uint)_activeItem == i` case near the
start of the function. Only when I move the mouse to parts of the menu bar
that don't have any menus defined does it proceed to reach the recursive
call.
So while moving around the defined menus, I seem to get like one recursive
call each time the active menu changes. But when I leave the menus behind,
I get one recursive call for each mouse movement event.
--
Ticket URL: <https://bugs.scummvm.org/ticket/14741#comment:2>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list