Uses of Class
com.github.kwhat.jnativehook.keyboard.NativeKeyEvent
Packages that use NativeKeyEvent
Package
Description
ExecutorService implementations for native event dispatch.
Classes used for native keyboard events.
-
Uses of NativeKeyEvent in com.github.kwhat.jnativehook.example
Methods in com.github.kwhat.jnativehook.example with parameters of type NativeKeyEventModifier and TypeMethodDescriptionvoidNativeHookDemo.nativeKeyPressed(NativeKeyEvent e) voidNativeHookDemo.nativeKeyReleased(NativeKeyEvent e) voidNativeHookDemo.nativeKeyTyped(NativeKeyEvent e) -
Uses of NativeKeyEvent in com.github.kwhat.jnativehook.keyboard
Methods in com.github.kwhat.jnativehook.keyboard with parameters of type NativeKeyEventModifier and TypeMethodDescriptionprotected KeyEventSwingKeyAdapter.getJavaKeyEvent(NativeKeyEvent nativeEvent) default voidNativeKeyListener.nativeKeyPressed(NativeKeyEvent nativeEvent) Invoked when a key has been pressed.voidSwingKeyAdapter.nativeKeyPressed(NativeKeyEvent nativeEvent) default voidNativeKeyListener.nativeKeyReleased(NativeKeyEvent nativeEvent) Invoked when a key has been released.voidSwingKeyAdapter.nativeKeyReleased(NativeKeyEvent nativeEvent) default voidNativeKeyListener.nativeKeyTyped(NativeKeyEvent nativeEvent) Invoked when a key has been typed.voidSwingKeyAdapter.nativeKeyTyped(NativeKeyEvent nativeEvent)