diff src/video/win32/SDL_win32events.c @ 4752:dc7bdcf06367

Initial IMM implementation. IME input should now work fairly well.
author dewyatt
date Mon, 12 Jul 2010 11:33:27 -0400
parents 0c39b36dd104
children 436183eb30c8
line wrap: on
line diff
--- a/src/video/win32/SDL_win32events.c	Sat Jul 10 13:15:47 2010 -0400
+++ b/src/video/win32/SDL_win32events.c	Mon Jul 12 11:33:27 2010 -0400
@@ -131,6 +131,8 @@
     }
 
 #endif
+    if (IME_HandleMessage(hwnd, msg, wParam, &lParam, data->videodata))
+        return 0;
 
     switch (msg) {