Searched refs:dwEvents (Results 1 – 1 of 1) sorted by relevance
342 DWORD dwEvents; in read_console_input() local355 return ReadConsoleInputW(hInput, lpBuffer, 1, &dwEvents); in read_console_input()362 GetNumberOfConsoleInputEvents(hInput, &dwEvents); in read_console_input()363 if (dwEvents == 0 && nLength == -1) in read_console_input()365 ReadConsoleInputW(hInput, s_irCache, IRSIZE, &dwEvents); in read_console_input()367 s_dwMax = dwEvents; in read_console_input()368 if (dwEvents == 0) in read_console_input()