com.sun.jna.examples.unix
public static class X11.XButtonEvent extends Structure
| Field Summary | |
|---|---|
| int | button |
| X11.Display | display |
| 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 |