Uses of Class
com.github.kwhat.jnativehook.NativeInputEvent
-
Packages that use NativeInputEvent Package Description com.github.kwhat.jnativehook com.github.kwhat.jnativehook.keyboard Classes used for native keyboard events.com.github.kwhat.jnativehook.mouse Classes used for native mouse events. -
-
Uses of NativeInputEvent in com.github.kwhat.jnativehook
Methods in com.github.kwhat.jnativehook with parameters of type NativeInputEvent Modifier and Type Method Description protected 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.keyboard Modifier and Type Class Description classNativeKeyEventAn 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.mouse Modifier and Type Class Description classNativeMouseEventAn event which indicates that a mouse action occurred on the system.classNativeMouseWheelEventAn event which indicates that the mouse wheel was rotated on the system.
-