Package | Description |
---|---|
org.safs.natives | |
org.safs.natives.win32 |
Modifier and Type | Method and Description |
---|---|
void |
MSLLKtoRKEventListener.onLLKeyboardHook(int code,
com.sun.jna.NativeLong wParam,
User32.KBDLLHOOKSTRUCT info)
This method will analyze each input virtual key code (MS virtual key code)
according to their key status (PRESS, RELEASE), generate a series of RobotKeyEvent and put these events in the List keyEvents. Note: RobotKeyEvent contains Java virtual key code as its key code value |
void |
LLKeyboardHookListener.onLLKeyboardHook(int nCode,
com.sun.jna.NativeLong wParam,
User32.KBDLLHOOKSTRUCT info) |
Modifier and Type | Method and Description |
---|---|
com.sun.jna.Pointer |
User32.LLKeyBoardCallBack.callback(int nCode,
com.sun.jna.NativeLong wParam,
User32.KBDLLHOOKSTRUCT lParam) |
Copyright © SAS Institute. All Rights Reserved.