| 273 | HIMC gIMEContext; |
| 274 | |
| 275 | static void InitInput() |
| 276 | { |
| 277 | #ifndef TORQUE_LIB |
| 278 | #ifdef UNICODE |
| 279 | //gIMEContext = ImmGetContext(getWin32WindowHandle()); |
| 280 | //ImmReleaseContext( getWin32WindowHandle(), gIMEContext ); |
| 281 | #endif |
| 282 | #endif |
| 283 | } |
| 284 | |
| 285 | //-------------------------------------- |
| 286 | void Platform::init() |