Searched refs:read_count (Results 1 – 1 of 1) sorted by relevance
1527 DWORD read_count = 0; in _get_key_event_record() local1529 if (!ReadConsoleInputA(console, input_record, 1, &read_count)) { in _get_key_event_record()1536 if (read_count == 0) { // should be impossible in _get_key_event_record()1540 if (read_count != 1) { // should be impossible in _get_key_event_record()