public class NativeMouseMotionAdapter extends Object implements NativeMouseMotionListener
Constructor and Description |
---|
NativeMouseMotionAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
nativeMouseDragged(NativeMouseEvent nativeEvent)
Invoked when the mouse has been moved while a button is depressed.
|
void |
nativeMouseMoved(NativeMouseEvent nativeEvent)
Invoked when the mouse has been moved.
|
public void nativeMouseDragged(NativeMouseEvent nativeEvent)
NativeMouseMotionListener
nativeMouseDragged
in interface NativeMouseMotionListener
nativeEvent
- the native mouse eventpublic void nativeMouseMoved(NativeMouseEvent nativeEvent)
NativeMouseMotionListener
nativeMouseMoved
in interface NativeMouseMotionListener
nativeEvent
- the native mouse event.Copyright © 2006-2017 ${project.vendor}. All Rights Received.