Home
last modified time | relevance | path

Searched refs:keystate (Results 1 – 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/windib/
DSDL_dibevents.c493 BYTE keystate[256]; in TranslateKey()
496 GetKeyboardState(keystate); in TranslateKey()
497 …if (SDL_ToUnicode((UINT)vkey, scancode, keystate, wchars, sizeof(wchars)/sizeof(wchars[0]), 0) == … in TranslateKey()
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
DSDL_sysevents.c98 static int WINAPI ToUnicode9xME(UINT vkey, UINT scancode, BYTE *keystate, LPWSTR wchars, int wsize,…
914 static int WINAPI ToUnicode9xME(UINT vkey, UINT scancode, PBYTE keystate, LPWSTR wchars, int wsize,… in ToUnicode9xME() argument
918 if (ToAsciiEx(vkey, scancode, keystate, (WORD*)chars, 0, GetKeyboardLayout(0)) == 1) { in ToUnicode9xME()
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
DSDL_dx5events.c833 BYTE keystate[256]; in TranslateKey() local
842 GetKeyboardState(keystate); in TranslateKey()
843 if (SDL_ToUnicode(vkey, scancode, keystate, wchars, sizeof(wchars)/sizeof(wchars[0]), 0) == 1) in TranslateKey()