class LinuxKeyProcessor extends java.lang.Object implements LinuxInputProcessor
LinuxInputProcessor.Logger
Modifier and Type | Field and Description |
---|---|
private KeyInput |
key |
private KeyState |
state |
Constructor and Description |
---|
LinuxKeyProcessor() |
Modifier and Type | Method and Description |
---|---|
(package private) static int |
getVirtualKeyCode(int linuxKeyCode) |
void |
processEvents(LinuxInputDevice device)
Called when events are waiting on the input device to be processed.
|
public void processEvents(LinuxInputDevice device)
LinuxInputProcessor
processEvents
in interface LinuxInputProcessor
device
- The device on which events are pendingstatic int getVirtualKeyCode(int linuxKeyCode)