Package | Description |
---|---|
org.jnativehook |
Modifier and Type | Field and Description |
---|---|
protected NativeHookException |
GlobalScreen.NativeHookThread.exception
Exception thrown by this thread.
|
Modifier and Type | Method and Description |
---|---|
NativeHookException |
GlobalScreen.NativeHookThread.getException()
Get the exception associated with the current hook, or null of no exception was thrown.
|
Modifier and Type | Method and Description |
---|---|
void |
GlobalScreen.NativeHookThread.disable()
Native implementation to stop the input hook.
|
protected void |
GlobalScreen.NativeHookThread.enable()
Native implementation to start the input hook.
|
static void |
GlobalScreen.registerNativeHook()
Enable the native hook.
|
static void |
GlobalScreen.unregisterNativeHook()
Disable the native hook if it is currently registered.
|
Copyright © 2006-2017 ${project.vendor}. All Rights Received.