Эх сурвалжийг харах

Added comment with link to bug in SDL.

Keith Johnston 9 жил өмнө
parent
commit
646c716cca

+ 2 - 0
Source/ThirdParty/SDL/src/video/cocoa/SDL_cocoaevents.m

@@ -50,6 +50,8 @@
     SDL_SendQuit();
     SDL_SendQuit();
 }
 }
 
 
+// ATOMIC: Fixes missing WebView keystrokes on OSX
+// (see https://bugzilla.libsdl.org/show_bug.cgi?id=3107)
 // Dispatch events here so that we can handle events caught by
 // Dispatch events here so that we can handle events caught by
 // nextEventMatchingMask in SDL, as well as events caught by other
 // nextEventMatchingMask in SDL, as well as events caught by other
 // processes (such as CEF) that are passed down to NSApp.
 // processes (such as CEF) that are passed down to NSApp.