comparison 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
comparison
equal deleted inserted replaced
4751:f3908cd80b10 4752:dc7bdcf06367
129 fprintf(log, " -- 0x%X, 0x%X\n", wParam, lParam); 129 fprintf(log, " -- 0x%X, 0x%X\n", wParam, lParam);
130 fclose(log); 130 fclose(log);
131 } 131 }
132 132
133 #endif 133 #endif
134 if (IME_HandleMessage(hwnd, msg, wParam, &lParam, data->videodata))
135 return 0;
134 136
135 switch (msg) { 137 switch (msg) {
136 138
137 case WM_SHOWWINDOW: 139 case WM_SHOWWINDOW:
138 { 140 {