Searched refs:ToUnicode9xME (Results 1 – 1 of 1) sorted by relevance
103 static int WINAPI ToUnicode9xME(UINT vkey, UINT scancode, const BYTE *keystate, LPWSTR wchars, int …105 ToUnicodeFN SDL_ToUnicode = ToUnicode9xME;788 SDL_ToUnicode = Is9xME() ? ToUnicode9xME : (ToUnicodeFN) ToUnicode; in SDL_RegisterApp()844 static int WINAPI ToUnicode9xME(UINT vkey, UINT scancode, const BYTE *keystate, LPWSTR wchars, int … in ToUnicode9xME() function