Mercurial > sdl-ios-xcode
diff src/video/win32/SDL_win32video.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 | 3e69e077cb95 |
children | 436183eb30c8 |
line wrap: on
line diff
--- a/src/video/win32/SDL_win32video.h Sat Jul 10 13:15:47 2010 -0400 +++ b/src/video/win32/SDL_win32video.h Mon Jul 12 11:33:27 2010 -0400 @@ -75,6 +75,16 @@ #endif const SDL_scancode *key_layout; + + SDL_bool ime_com_initialized; + struct ITfThreadMgr *ime_thread_mgr; + SDL_bool ime_initialized; + SDL_bool ime_enabled; + SDL_bool ime_available; + HWND ime_hwnd_main; + HWND ime_hwnd_current; + HIMC ime_himc; + } SDL_VideoData; #endif /* _SDL_win32video_h */