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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DScintillaWX.h180 int wheelRotation; member in class:ScintillaWX
H A DScintillaWX.cpp241 wheelRotation = 0;
838 wheelRotation += rotation;
839 lines = wheelRotation / delta;
840 wheelRotation -= lines * delta;

Completed in 156 milliseconds