Searched refs:read_count (Results 1 – 1 of 1) sorted by relevance
1362 DWORD read_count = 0; in _get_key_event_record() local1364 if (!ReadConsoleInputA(console, input_record, 1, &read_count)) { in _get_key_event_record()1371 if (read_count == 0) { // should be impossible in _get_key_event_record()1375 if (read_count != 1) { // should be impossible in _get_key_event_record()