Searched refs:alt_records (Results 1 – 1 of 1) sorted by relevance
/third_party/libuv/test/ |
D | test-tty-duplicate-key.c | 194 INPUT_RECORD alt_records[2]; in TEST_IMPL() local 228 make_key_event_records(VK_MENU, 0, TRUE, alt_records); in TEST_IMPL() 229 WriteConsoleInputW(handle, &alt_records[0], 1, &written); in TEST_IMPL() 234 WriteConsoleInputW(handle, &alt_records[1], 1, &written); in TEST_IMPL() 238 make_key_event_records(VK_MENU, 0, TRUE, alt_records); in TEST_IMPL() 239 WriteConsoleInputW(handle, &alt_records[0], 1, &written); in TEST_IMPL() 244 WriteConsoleInputW(handle, &alt_records[1], 1, &written); in TEST_IMPL() 260 INPUT_RECORD alt_records[2]; in TEST_IMPL() local 294 make_key_event_records(VK_MENU, 0, FALSE, alt_records); in TEST_IMPL() 295 alt_records[1].Event.KeyEvent.uChar.UnicodeChar = EUR_UNICODE; in TEST_IMPL() [all …]
|