MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / InitInput

Function InitInput

Engine/source/platformWin32/winWindow.cpp:275–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273HIMC gIMEContext;
274
275static 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//--------------------------------------
286void Platform::init()

Callers 1

initMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected