| Package | Description |
|---|---|
| org.jnativehook | |
| org.jnativehook.keyboard |
| Modifier and Type | Method and Description |
|---|---|
static void |
GlobalScreen.addNativeKeyListener(NativeKeyListener listener)
Adds the specified native key listener to receive key events from the
native system.
|
static void |
GlobalScreen.removeNativeKeyListener(NativeKeyListener listener)
Removes the specified native key listener so that it no longer receives
key events from the native system.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NativeKeyAdapter
Adapter implementation of the NativeKeyListener interface.
|
class |
SwingKeyAdapter
Adapter to convert NativeKeyEvents to Java KeyEvents.
|
Copyright © 2006-2017 ${project.vendor}. All Rights Received.