Searched defs:wheelRotation (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DMouseWheelEvent.java145 int wheelRotation; field in class:MouseWheelEvent
188 * @param wheelRotation the integer number of "clicks" by which the mouse
197 int scrollType, int scrollAmount, int wheelRotation) {
200 popupTrigger, scrollType, scrollAmount, wheelRotation);
234 * @param wheelRotation the integer number of "clicks" by which the mouse
244 int scrollType, int scrollAmount, int wheelRotation) {
247 scrollType, scrollAmount, wheelRotation, wheelRotation);
286 * @param wheelRotation the integer number of "clicks" by which the mouse wheel
298 int scrollType, int scrollAmount, int wheelRotation, doubl
195 MouseWheelEvent(Component source, int id, long when, int modifiers, int x, int y, int clickCount, boolean popupTrigger, int scrollType, int scrollAmount, int wheelRotation) argument
242 MouseWheelEvent(Component source, int id, long when, int modifiers, int x, int y, int xAbs, int yAbs, int clickCount, boolean popupTrigger, int scrollType, int scrollAmount, int wheelRotation) argument
296 MouseWheelEvent(Component source, int id, long when, int modifiers, int x, int y, int xAbs, int yAbs, int clickCount, boolean popupTrigger, int scrollType, int scrollAmount, int wheelRotation, double preciseWheelRotation) argument
[all...]
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DPlatformEventNotifier.java58 int wheelRotation, double preciseWheelRotation,
56 notifyMouseWheelEvent(long when, int x, int y, int modifiers, int scrollType, int scrollAmount, int wheelRotation, double preciseWheelRotation, byte[] bdata) argument
H A DLWWindowPeer.java931 int wheelRotation, double preciseWheelRotation,
952 wheelRotation, preciseWheelRotation));
929 notifyMouseWheelEvent(long when, int x, int y, int modifiers, int scrollType, int scrollAmount, int wheelRotation, double preciseWheelRotation, byte[] bdata) argument
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCWarningWindow.java262 int wheelRotation, double preciseWheelRotation,
260 notifyMouseWheelEvent(long when, int x, int y, int modifiers, int scrollType, int scrollAmount, int wheelRotation, double preciseWheelRotation, byte[] bdata) argument
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.cpp2464 int wheelRotation)
2483 m_wheelRotationAmount += wheelRotation;
2488 jdouble preciseWheelRotation = (jdouble) wheelRotation / (-1 * WHEEL_DELTA);
2493 InitMessage(&msg, lastMessage, MAKEWPARAM(flags, wheelRotation),
2463 WmMouseWheel(UINT flags, int x, int y, int wheelRotation) argument

Completed in 1072 milliseconds