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)
NativeMouseMotionListenernativeMouseDragged in interface NativeMouseMotionListenernativeEvent - the native mouse eventpublic void nativeMouseMoved(NativeMouseEvent nativeEvent)
NativeMouseMotionListenernativeMouseMoved in interface NativeMouseMotionListenernativeEvent - the native mouse event.Copyright © 2006-2017 ${project.vendor}. All Rights Received.