| Package | Description |
|---|---|
| org.jnativehook | |
| org.jnativehook.mouse |
| Modifier and Type | Method and Description |
|---|---|
static void |
GlobalScreen.addNativeMouseMotionListener(NativeMouseMotionListener listener)
Adds the specified native mouse motion listener to receive mouse motion
events from the native system.
|
static void |
GlobalScreen.removeNativeMouseMotionListener(NativeMouseMotionListener listener)
Removes the specified native mouse motion listener so that it no longer
receives mouse motion events from the native system.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NativeMouseInputListener
A listener implementing all the methods in both the NativeMouseListener and
NativeMouseMotionListener interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NativeMouseInputAdapter
Adapter implementation of the NativeMouseInputListener interface.
|
class |
NativeMouseMotionAdapter
Adapter implementation of the NativeMouseMotionListener interface.
|
Copyright © 2006-2017 ${project.vendor}. All Rights Received.