瀏覽代碼

Added comment with link to bug in SDL.

Keith Johnston 9 年之前
父節點
當前提交
646c716cca
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Source/ThirdParty/SDL/src/video/cocoa/SDL_cocoaevents.m

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

@@ -50,6 +50,8 @@
     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
 // nextEventMatchingMask in SDL, as well as events caught by other
 // processes (such as CEF) that are passed down to NSApp.