com.sun.jna.examples.unix
public static class X11.XCrossingEvent extends Structure
| Field Summary | |
|---|---|
| int | detail |
| X11.Display | display |
| int | focus |
| int | mode |
| X11.Window | root |
| int | same_screen |
| int | send_event |
| NativeLong | serial |
| int | state |
| X11.Window | subwindow |
| NativeLong | time |
| int | type |
| X11.Window | window |
| int | x |
| int | x_root |
| int | y |
| int | y_root |