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 void
GlobalScreen.NativeHookThread. dispatchEvent(NativeInputEvent event)
Dispatches an event to the appropriate processor.static void
GlobalScreen. postNativeEvent(NativeInputEvent nativeEvent)
Add aNativeInputEvent
to 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 class
NativeKeyEvent
An 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 class
NativeMouseEvent
An event which indicates that a mouse action occurred on the system.class
NativeMouseWheelEvent
An event which indicates that the mouse wheel was rotated on the system.
-