Package | Description |
---|---|
com.sun.glass.ui.monocle |
Modifier and Type | Field and Description |
---|---|
private KeyState |
AndroidInputDeviceRegistry.keyState |
private KeyState |
KeyInput.state |
private KeyState |
LinuxKeyProcessor.state |
Modifier and Type | Method and Description |
---|---|
(package private) void |
KeyState.copyTo(KeyState target)
Copies the contents of this state object to another.
|
private void |
KeyInput.dispatchKeyEvent(KeyState ks,
int type,
int key) |
private char[] |
KeyInput.getKeyChars(KeyState state,
int key) |
(package private) void |
KeyInput.getState(KeyState result)
Copies the current state into the KeyState provided.
|
private void |
AndroidInputDeviceRegistry.gotKeyEvent(KeyState keyState) |
(package private) void |
AndroidInputProcessor.pushKeyEvent(KeyState keyState) |
(package private) void |
KeyInput.setState(KeyState newState)
Called from the input processor to update the key state and send
key events.
|