mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-15 06:18:33 +00:00
VOYEUR: Refresh mouse events in safe screen, fixing the 'enter password' behavior
This commit is contained in:
parent
6c7aceee10
commit
c6467bcc1d
@ -317,6 +317,7 @@ bool VoyeurEngine::doLock() {
|
||||
_eventsManager->_intPtr._hasPalette = true;
|
||||
|
||||
_eventsManager->delay(1);
|
||||
_eventsManager->getMouseInfo();
|
||||
} while (!shouldQuit() && !_eventsManager->_mouseClicked);
|
||||
_eventsManager->_mouseClicked = false;
|
||||
} while (!shouldQuit() && key == -1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user