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)
NativeMouseListener
nativeMouseClicked
in interface NativeMouseListener
nativeEvent
- the native mouse event.public void nativeMousePressed(NativeMouseEvent nativeEvent)
NativeMouseListener
nativeMousePressed
in interface NativeMouseListener
nativeEvent
- the native mouse event.public void nativeMouseReleased(NativeMouseEvent nativeEvent)
NativeMouseListener
nativeMouseReleased
in interface NativeMouseListener
nativeEvent
- the native mouse event.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.