Searched refs:units_to_scroll (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dvscroll.cpp505 int units_to_scroll = -(m_sumWheelRotation/delta); local
506 if ( !units_to_scroll )
509 m_sumWheelRotation += units_to_scroll*delta;
512 ScrollLines( units_to_scroll*event.GetLinesPerAction() );
515 ScrollPages( units_to_scroll );

Completed in 45 milliseconds