Home
last modified time | relevance | path

Searched refs:vkey (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rostests/winetests/dinput/
H A Dkeyboard.c400 WORD vkey, scan; in test_dik_codes() local
406 vkey = LOBYTE(n); in test_dik_codes()
407 n = MapVirtualKeyExA(vkey, MAPVK_VK_TO_CHAR, hkl) & 0xff; in test_dik_codes()
410 scan = MapVirtualKeyExA(vkey, MAPVK_VK_TO_VSC, hkl); in test_dik_codes()
418 i, map[i].dik, vkey); in test_dik_codes()
421 U(in).ki.wVk = vkey; in test_dik_codes()
/reactos/base/applications/network/telnet/src/
H A Dkeytrans.cpp150 int KeyTranslator::LookOnGlobal(char* vkey) { in LookOnGlobal() argument
154 if ( stricmp(globals[i].GetszKey(), vkey) == 0 ) in LookOnGlobal()
H A Dkeytrans.h89 int LookOnGlobal(char* vkey);
/reactos/modules/rostests/winetests/user32/
H A Dinput.c1748 UINT vkey = MapVirtualKeyExA(numpad_scan, MAPVK_VSC_TO_VK, kl); in test_key_map() local
1749 ok(vkey != numpad_collisions[i][0], in test_key_map()
1751 vkey, numpad_scan); in test_key_map()
2945 DWORD ret, expect, vkey, scan; in test_OemKeyScan() local
2962 vkey = VkKeyScanW( wchr ); in test_OemKeyScan()
2963 scan = MapVirtualKeyW( LOBYTE( vkey ), MAPVK_VK_TO_VSC ); in test_OemKeyScan()
2968 vkey &= 0xff00; in test_OemKeyScan()
2969 vkey <<= 8; in test_OemKeyScan()
2970 expect = vkey | scan; in test_OemKeyScan()
/reactos/sdk/lib/3rdparty/libxml2/
H A DHTMLparser.c1452 htmlCompareStartClose(const void *vkey, const void *member) { in htmlCompareStartClose() argument
1453 const htmlStartCloseEntry *key = (const htmlStartCloseEntry *) vkey; in htmlCompareStartClose()