MCPcopy Create free account
hub / github.com/deskflow/deskflow / init

Method init

src/lib/platform/MSWindowsKeyState.cpp:599–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597}
598
599void MSWindowsKeyState::init()
600{
601 // look up symbol that's available on winNT family but not win95
602 HMODULE userModule = GetModuleHandle(L"user32.dll");
603 m_ToUnicodeEx = (ToUnicodeEx_t)GetProcAddress(userModule, "ToUnicodeEx");
604}
605
606void MSWindowsKeyState::disable()
607{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected