| 597 | } |
| 598 | |
| 599 | void 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 | |
| 606 | void MSWindowsKeyState::disable() |
| 607 | { |
nothing calls this directly
no outgoing calls
no test coverage detected