Searched refs:num_buttons (Results 1 – 2 of 2) sorted by relevance
1132 DWORD num_buttons; in _nc_console_checkinit() local1171 if (GetNumberOfConsoleMouseButtons(&num_buttons)) { in _nc_console_checkinit()1172 WINCONSOLE.numButtons = (int) num_buttons; in _nc_console_checkinit()
2179 DWORD num_buttons; in InitConsole() local2213 if (GetNumberOfConsoleMouseButtons(&num_buttons)) { in InitConsole()2214 CON.numButtons = (int) num_buttons; in InitConsole()