public class NativeMouseInputAdapter extends Object implements NativeMouseInputListener
| Constructor and Description |
|---|
NativeMouseInputAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
nativeMouseClicked(NativeMouseEvent nativeEvent)
Invoked when a mouse button has been clicked (pressed and released)
without being moved.
|
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.
|
void |
nativeMousePressed(NativeMouseEvent nativeEvent)
Invoked when a mouse button has been pressed
|
void |
nativeMouseReleased(NativeMouseEvent nativeEvent)
Invoked when a mouse button has been released
|
public void nativeMouseClicked(NativeMouseEvent nativeEvent)
NativeMouseListenernativeMouseClicked in interface NativeMouseListenernativeEvent - the native mouse event.public void nativeMousePressed(NativeMouseEvent nativeEvent)
NativeMouseListenernativeMousePressed in interface NativeMouseListenernativeEvent - the native mouse event.public void nativeMouseReleased(NativeMouseEvent nativeEvent)
NativeMouseListenernativeMouseReleased in interface NativeMouseListenernativeEvent - the native mouse event.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.