diff src/video/win32/SDL_win32keyboard.h @ 4752:dc7bdcf06367

Initial IMM implementation. IME input should now work fairly well.
author dewyatt
date Mon, 12 Jul 2010 11:33:27 -0400
parents f3908cd80b10
children 11b0a6a3eb4d
line wrap: on
line diff
--- a/src/video/win32/SDL_win32keyboard.h	Sat Jul 10 13:15:47 2010 -0400
+++ b/src/video/win32/SDL_win32keyboard.h	Mon Jul 12 11:33:27 2010 -0400
@@ -35,6 +35,8 @@
 extern void WIN_StopTextInput(_THIS, SDL_Window *window);
 extern void WIN_SetTextInputRect(_THIS, SDL_Rect *rect);
 
+extern SDL_bool IME_HandleMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM *lParam, struct SDL_VideoData *videodata);
+
 #endif /* _SDL_win32keyboard_h */
 
 /* vi: set ts=4 sw=4 expandtab: */