Package | Description |
---|---|
org.jnativehook.mouse |
Modifier and Type | Class and Description |
---|---|
class |
NativeMouseWheelEvent
An event which indicates that the mouse wheel was rotated on the system.
|
Modifier and Type | Method and Description |
---|---|
void |
NativeMouseListener.nativeMouseClicked(NativeMouseEvent e)
Invoked when a mouse button has been clicked (pressed and released)
without being moved.
|
void |
NativeMouseMotionListener.nativeMouseDragged(NativeMouseEvent e)
Invoked when the mouse has been moved while a button is depressed.
|
void |
NativeMouseMotionListener.nativeMouseMoved(NativeMouseEvent e)
Invoked when the mouse has been moved.
|
void |
NativeMouseListener.nativeMousePressed(NativeMouseEvent e)
Invoked when a mouse button has been pressed
|
void |
NativeMouseListener.nativeMouseReleased(NativeMouseEvent e)
Invoked when a mouse button has been released
|
Copyright © 2006-2015 ${project.vendor}. All Rights Received.