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 voidNativeHookDemo. 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 NativeKeyEvent Modifier and Type Method Description protected 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)
-