[Scummvm-tracker] [ScummVM :: Bugs] #17044: ASYLUM: Encounter cursor still shown after encounter has ended
ScummVM :: Bugs
trac at scummvm.org
Mon Aug 3 12:27:24 UTC 2026
#17044: ASYLUM: Encounter cursor still shown after encounter has ended
-------------------------+-----------------------------
Reporter: eriktorbjorn | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: Asylum
Version: | Resolution:
Keywords: | Game: Sanitarium
-------------------------+-----------------------------
Comment (by eriktorbjorn):
I'm guessing the problem is that not every event loop clears
`_rightButton` and `_keyState`.
`_keyState` tracks which of the left, right, up and down keys are being
held down, I think.
`_rightButtonDown` tracks if the right mouse button is pressed or not.
For the latter, we could probably check `getButtonState()` in the event
manager instead, but for the keyboard I don't see any equivalent
functionality.
--
Ticket URL: <https://bugs.scummvm.org/ticket/17044#comment:1>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list