Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/user32/
H A Dinput.c702 static void compare_and_check(int id, BYTE *ks1, BYTE *ks2, in compare_and_check() argument
713 BOOL matched = ((ks1[t->wVk]&0x80) == (t->before_state&0x80) in compare_and_check()
722 t->wVk, ks1[t->wVk]&0x80, ks2[t->wVk]&0x80, t->before_state, in compare_and_check()
728 t->wVk, ks1[t->wVk]&0x80, ks2[t->wVk]&0x80, t->before_state, in compare_and_check()
731 ks2[t->wVk] = ks1[t->wVk]; /* clear the match */ in compare_and_check()
735 if (ks2[i] != ks1[i] && test->_todo_wine) in compare_and_check()
740 id, test->wVk, test->dwFlags, i, ks1[i], ks2[i]); in compare_and_check()
744 id, test->wVk, test->dwFlags, i, ks1[i], ks2[i]); in compare_and_check()
916 BYTE ks1[256], ks2[256]; in test_Input_blackbox() local
955 GetKeyboardState(ks1); in test_Input_blackbox()
[all …]