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.
|
Copyright © 2006-2015 ${project.vendor}. All Rights Received.