| Package | Description |
|---|---|
| org.jnativehook | |
| org.jnativehook.mouse |
| Modifier and Type | Method and Description |
|---|---|
static void |
GlobalScreen.addNativeMouseListener(NativeMouseListener listener)
Adds the specified native mouse listener to receive mouse events from the
native system.
|
static void |
GlobalScreen.removeNativeMouseListener(NativeMouseListener listener)
Removes the specified native mouse listener so that it no longer receives
mouse 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 |
NativeMouseAdapter
Adapter implementation of the NativeMouseListener interface.
|
class |
NativeMouseInputAdapter
Adapter implementation of the NativeMouseInputListener interface.
|
class |
SwingMouseAdapter
Adapter to convert NativeKeyEvents to Java KeyEvents.
|
class |
SwingMouseWheelAdapter
Adapter to convert NativeKeyEvents to Java KeyEvents.
|
Copyright © 2006-2017 ${project.vendor}. All Rights Received.