Package | Description |
---|---|
org.jnativehook | |
org.jnativehook.keyboard | |
org.jnativehook.mouse |
Modifier and Type | Method and Description |
---|---|
protected static void |
GlobalScreen.NativeHookThread.dispatchEvent(NativeInputEvent event)
Dispatches an event to the appropriate processor.
|
static void |
GlobalScreen.postNativeEvent(NativeInputEvent event)
Add a
NativeInputEvent to the operating system's event queue. |
Modifier and Type | Class and Description |
---|---|
class |
NativeKeyEvent
An event which indicates that a keystroke occurred at global scope.
|
Modifier and Type | Class and 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.
|
Copyright © 2006-2017 ${project.vendor}. All Rights Received.