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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dscrlwing.cpp311 m_wheelRotation = 0;
1304 m_wheelRotation += event.GetWheelRotation();
1305 int lines = m_wheelRotation / event.GetWheelDelta();
1306 m_wheelRotation -= lines * event.GetWheelDelta();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dscrolwin.h235 int m_wheelRotation; member in class:wxScrollHelper
H A Devent.h848 int GetWheelRotation() const { return m_wheelRotation; }
878 int m_wheelRotation; member in class:wxMouseEvent
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Devent.cpp551 m_wheelRotation = 0;
572 m_wheelRotation = event.m_wheelRotation;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtoplevel.cpp317 wheelEvent.m_wheelRotation = delta;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtoplevel.cpp374 wxevent.m_wheelRotation = delta;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dwindow.cpp1827 event.m_wheelRotation = 120;
1829 event.m_wheelRotation = -120;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dwindow.cpp1338 event.m_wheelRotation = 120;
1340 event.m_wheelRotation = -120;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dwindow.cpp5276 event.m_wheelRotation = (short)HIWORD(wParam);

Completed in 190 milliseconds