| Package | Description |
|---|---|
| com.sun.glass.ui.monocle |
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
X.XButtonEvent
XButtonEvent wraps the C structure of the same name, defined in
Xlib.h
|
(package private) static class |
X.XClientMessageEvent
XClientMessageEvent wraps the C structure of the same name, defined in
Xlib.h
|
(package private) static class |
X.XMotionEvent
XMotionEvent wraps the C structure of the same name, defined in
Xlib.h
|
| Modifier and Type | Method and Description |
|---|---|
private void |
X11InputDeviceRegistry.processXEvent(X.XEvent event,
RunnableProcessor runnableProcessor)
Dispatch the X Event to the appropriate processor.
|
| Constructor and Description |
|---|
XButtonEvent(X.XEvent event)
Creates an XButtonEvent from an existing XEvent
|
XClientMessageEvent(X.XEvent event)
Creates an XClientMessageEvent from an existing XEvent
|
XMotionEvent(X.XEvent event)
Creates an XMotionEvent from an existing XEvent
|