|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.x11.event.Event gnu.x11.event.Input gnu.x11.event.KeyRelease
public final class KeyRelease
X key release event.
Field Summary | |
---|---|
static int |
CODE
|
Fields inherited from class gnu.x11.event.Input |
---|
child_window_id, event_window_id, event_x, event_y, root_window_id, root_x, root_y, same_screen, state, time |
Constructor Summary | |
---|---|
KeyRelease(Display display,
ResponseInputStream in)
Reads a KeyRelease event from the input stream. |
Method Summary |
---|
Methods inherited from class gnu.x11.event.Input |
---|
child_id, child, detail, event_x, event_y, root_id, root_x, root_y, root, same_screen, set_detail, set_state, set_window, state, write |
Methods inherited from class gnu.x11.event.Event |
---|
code, seq_no, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int CODE
Constructor Detail |
---|
public KeyRelease(Display display, ResponseInputStream in)
display
- the display from which this event originatedin
- the input stream
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |