Skip navigation links
JNA API 5.3.1
com.sun.jna.platform.unix

Class X11.XKeyEvent

  • Enclosing interface:
    X11


    @Structure.FieldOrder(value={"type","serial","send_event","display","window","root","subwindow","time","x","y","x_root","y_root","state","keycode","same_screen"})
    public static class X11.XKeyEvent
    extends Structure
    • Field Detail

      • type

        public int type
      • send_event

        public int send_event
      • x

        public int x
      • y

        public int y
      • x_root

        public int x_root
      • y_root

        public int y_root
      • state

        public int state
      • keycode

        public int keycode
      • same_screen

        public int same_screen
    • Constructor Detail

      • XKeyEvent

        public XKeyEvent()
JNA API 5.3.1

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.