Searched refs:numScrollLinesPerIncrement (Results 1 – 1 of 1) sorted by relevance
278 int numScrollLinesPerIncrement = 0; in OnMouseWheel() local279 ::SystemParametersInfo(SPI_GETWHEELSCROLLLINES, 0, &numScrollLinesPerIncrement, 0); in OnMouseWheel()282 if ( numScrollLinesPerIncrement == WHEEL_PAGESCROLL ) in OnMouseWheel()290 int numScrollLines = numScrollIncrements * numScrollLinesPerIncrement; in OnMouseWheel()