Package | Description |
---|---|
org.jnativehook.keyboard |
Modifier and Type | Method and Description |
---|---|
protected KeyEvent |
SwingKeyAdapter.getJavaKeyEvent(NativeKeyEvent nativeEvent) |
void |
NativeKeyListener.nativeKeyPressed(NativeKeyEvent nativeEvent)
Invoked when a key has been pressed.
|
void |
NativeKeyAdapter.nativeKeyPressed(NativeKeyEvent nativeEvent) |
void |
SwingKeyAdapter.nativeKeyPressed(NativeKeyEvent nativeEvent) |
void |
NativeKeyListener.nativeKeyReleased(NativeKeyEvent nativeEvent)
Invoked when a key has been released.
|
void |
NativeKeyAdapter.nativeKeyReleased(NativeKeyEvent nativeEvent) |
void |
SwingKeyAdapter.nativeKeyReleased(NativeKeyEvent nativeEvent) |
void |
NativeKeyListener.nativeKeyTyped(NativeKeyEvent nativeEvent)
Invoked when a key has been typed.
|
void |
NativeKeyAdapter.nativeKeyTyped(NativeKeyEvent nativeEvent) |
void |
SwingKeyAdapter.nativeKeyTyped(NativeKeyEvent nativeEvent) |
Copyright © 2006-2017 ${project.vendor}. All Rights Received.