Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
4751:f3908cd80b10 | 4752:dc7bdcf06367 |
---|---|
73 HANDLE ddrawDLL; | 73 HANDLE ddrawDLL; |
74 IDirectDraw *ddraw; | 74 IDirectDraw *ddraw; |
75 #endif | 75 #endif |
76 | 76 |
77 const SDL_scancode *key_layout; | 77 const SDL_scancode *key_layout; |
78 | |
79 SDL_bool ime_com_initialized; | |
80 struct ITfThreadMgr *ime_thread_mgr; | |
81 SDL_bool ime_initialized; | |
82 SDL_bool ime_enabled; | |
83 SDL_bool ime_available; | |
84 HWND ime_hwnd_main; | |
85 HWND ime_hwnd_current; | |
86 HIMC ime_himc; | |
87 | |
78 } SDL_VideoData; | 88 } SDL_VideoData; |
79 | 89 |
80 #endif /* _SDL_win32video_h */ | 90 #endif /* _SDL_win32video_h */ |
81 | 91 |
82 /* vi: set ts=4 sw=4 expandtab: */ | 92 /* vi: set ts=4 sw=4 expandtab: */ |