HomeSort by relevance Sort by last modified time
    Searched refs:wchars (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibevents.c 494 Uint16 wchars[2];
497 if (SDL_ToUnicode((UINT)vkey, scancode, keystate, wchars, sizeof(wchars)/sizeof(wchars[0]), 0) == 1)
499 keysym->unicode = wchars[0];
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5events.c 834 Uint16 wchars[2]; local
843 if (SDL_ToUnicode(vkey, scancode, keystate, wchars, sizeof(wchars)/sizeof(wchars[0]), 0) == 1)
845 keysym->unicode = wchars[0];
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysevents.c 98 static int WINAPI ToUnicode9xME(UINT vkey, UINT scancode, BYTE *keystate, LPWSTR wchars, int wsize, UINT flags);
914 static int WINAPI ToUnicode9xME(UINT vkey, UINT scancode, PBYTE keystate, LPWSTR wchars, int wsize, UINT flags)
919 return MultiByteToWideChar(codepage, 0, chars, 1, wchars, wsize);

Completed in 476 milliseconds