Uses of Class
com.github.kwhat.jnativehook.keyboard.NativeKeyEvent
-
Packages that use NativeKeyEvent Package Description com.github.kwhat.jnativehook.example ExecutorService implementations for native event dispatch.com.github.kwhat.jnativehook.keyboard 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 NativeKeyEvent Modifier and Type Method Description void
NativeHookDemo. nativeKeyPressed(NativeKeyEvent e)
void
NativeHookDemo. nativeKeyReleased(NativeKeyEvent e)
void
NativeHookDemo. nativeKeyTyped(NativeKeyEvent e)
-
Uses of NativeKeyEvent in com.github.kwhat.jnativehook.keyboard
Methods in com.github.kwhat.jnativehook.keyboard with parameters of type NativeKeyEvent Modifier and Type Method Description protected KeyEvent
SwingKeyAdapter. getJavaKeyEvent(NativeKeyEvent nativeEvent)
default void
NativeKeyListener. nativeKeyPressed(NativeKeyEvent nativeEvent)
Invoked when a key has been pressed.void
SwingKeyAdapter. nativeKeyPressed(NativeKeyEvent nativeEvent)
default void
NativeKeyListener. nativeKeyReleased(NativeKeyEvent nativeEvent)
Invoked when a key has been released.void
SwingKeyAdapter. nativeKeyReleased(NativeKeyEvent nativeEvent)
default void
NativeKeyListener. nativeKeyTyped(NativeKeyEvent nativeEvent)
Invoked when a key has been typed.void
SwingKeyAdapter. nativeKeyTyped(NativeKeyEvent nativeEvent)
-