mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
ignore any keypresses in the volume control dialog
svn-id: r38183
This commit is contained in:
parent
7853ff65db
commit
3f39213335
@ -72,6 +72,10 @@ void DrasculaEngine::volumeControls() {
|
||||
|
||||
updateEvents();
|
||||
|
||||
// we're ignoring keypresses, so just empty the keyboard buffer
|
||||
while (getScan())
|
||||
;
|
||||
|
||||
if (rightMouseButton == 1) {
|
||||
delay(100);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user