Module com.github.kwhat.jnativehook
Package com.github.kwhat.jnativehook.keyboard
Classes used for native keyboard events.
- Since:
- 1.0
- Version:
- 2.0
-
Interface Summary Interface Description NativeKeyListener The listener interface for receiving globalNativeKeyEvents
. -
Class Summary Class Description NativeKeyAdapter Deprecated. No need to extend this class, implement theNativeKeyListener
interface insteadNativeKeyEvent An event which indicates that a keystroke occurred at global scope.SwingKeyAdapter Adapter to convert NativeKeyEvents to Java KeyEvents.