Uses of Class
com.github.kwhat.jnativehook.NativeInputEvent
Packages that use NativeInputEvent
Package
Description
Classes used for native keyboard events.
Classes used for native mouse events.
-
Uses of NativeInputEvent in com.github.kwhat.jnativehook
Methods in com.github.kwhat.jnativehook with parameters of type NativeInputEventModifier and TypeMethodDescriptionprotected static voidGlobalScreen.NativeHookThread.dispatchEvent(NativeInputEvent event) Dispatches an event to the appropriate processor.static voidGlobalScreen.postNativeEvent(NativeInputEvent nativeEvent) Add aNativeInputEventto the operating system's event queue. -
Uses of NativeInputEvent in com.github.kwhat.jnativehook.keyboard
Subclasses of NativeInputEvent in com.github.kwhat.jnativehook.keyboardModifier and TypeClassDescriptionclassAn event which indicates that a keystroke occurred at global scope. -
Uses of NativeInputEvent in com.github.kwhat.jnativehook.mouse
Subclasses of NativeInputEvent in com.github.kwhat.jnativehook.mouseModifier and TypeClassDescriptionclassAn event which indicates that a mouse action occurred on the system.classAn event which indicates that the mouse wheel was rotated on the system.