mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 16:03:24 +00:00
JANITORIAL: Fix beeing typo in dialogs.h
This commit is contained in:
parent
e755a276d2
commit
48dcfe2305
@ -90,7 +90,7 @@ protected:
|
||||
void endDialog() {
|
||||
// While the native file browser is open, any input events (e.g. keypresses) are
|
||||
// still received by the application. With SDL backend for example this results in the
|
||||
// events beeing queued and processed after we return, thus dispatching events that were
|
||||
// events being queued and processed after we return, thus dispatching events that were
|
||||
// intended for the native file browser. For example: pressing Esc to cancel the native
|
||||
// file browser would cause the application to quit in addition to closing the
|
||||
// file browser. To avoid this happening clear all pending events.
|
||||
|
Loading…
x
Reference in New Issue
Block a user