Class X11.XButtonEvent

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.unix.X11.XButtonEvent
Direct Known Subclasses:
X11.XButtonPressedEvent, X11.XButtonReleasedEvent
Enclosing interface:
X11

@FieldOrder({"type","serial","send_event","display","window","root","subwindow","time","x","y","x_root","y_root","state","button","same_screen"}) public static class X11.XButtonEvent extends Structure
  • Field Details

    • type

      public int type
    • serial

      public NativeLong serial
    • send_event

      public int send_event
    • display

      public X11.Display display
    • window

      public X11.Window window
    • root

      public X11.Window root
    • subwindow

      public X11.Window subwindow
    • time

      public NativeLong time
    • x

      public int x
    • y

      public int y
    • x_root

      public int x_root
    • y_root

      public int y_root
    • state

      public int state
    • button

      public int button
    • same_screen

      public int same_screen
  • Constructor Details

    • XButtonEvent

      public XButtonEvent()