public class AndroidInputDeviceRegistry extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ObservableSet<com.sun.glass.ui.monocle.InputDevice> |
devices |
| Modifier and Type | Method and Description |
|---|---|
static void |
gotKeyEventFromNative(int action,
int linuxKey) |
static void |
gotTouchEventFromNative(int count,
int[] actions,
int[] ids,
int[] x,
int[] y,
int primary) |
static void |
registerDevice() |
protected ObservableSet<com.sun.glass.ui.monocle.InputDevice> devices
Copyright © 2025. All rights reserved.