| Package | Description |
|---|---|
| com.sun.glass.ui.monocle |
| Modifier and Type | Field and Description |
|---|---|
private AndroidInputDevice |
AndroidInputDeviceRegistry.androidDevice |
private AndroidInputDevice |
AndroidInputProcessor.device |
| Modifier and Type | Method and Description |
|---|---|
private AndroidInputDevice |
AndroidInputDeviceRegistry.addDeviceInternal(AndroidInputDevice device,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
private AndroidInputDevice |
AndroidInputDeviceRegistry.addDeviceInternal(AndroidInputDevice device,
java.lang.String name) |
private AndroidInputProcessor |
AndroidInputDeviceRegistry.createInputProcessor(AndroidInputDevice device) |
(package private) void |
AndroidInputProcessor.processEvents(AndroidInputDevice device)
Called when events are waiting on the input device to be processed.
|
(package private) void |
AndroidInputDeviceRegistry.removeDevice(AndroidInputDevice device) |
| Constructor and Description |
|---|
AndroidInputProcessor(AndroidInputDevice device) |