Class X11.Functions

java.lang.Object
org.lwjgl.system.linux.X11.Functions
Enclosing class:
X11

public static final class X11.Functions extends Object
Contains the function pointers loaded from the X11 SharedLibrary.
  • Field Details

    • XOpenDisplay

      public static final long XOpenDisplay
      Function address.
    • XCloseDisplay

      public static final long XCloseDisplay
      Function address.
    • XDefaultScreen

      public static final long XDefaultScreen
      Function address.
    • XRootWindow

      public static final long XRootWindow
      Function address.
    • XCreateColormap

      public static final long XCreateColormap
      Function address.
    • XFreeColormap

      public static final long XFreeColormap
      Function address.
    • XCreateWindow

      public static final long XCreateWindow
      Function address.
    • XDestroyWindow

      public static final long XDestroyWindow
      Function address.
    • XFree

      public static final long XFree
      Function address.
    • XSendEvent

      public static final long XSendEvent
      Function address.
    • XDisplayMotionBufferSize

      public static final long XDisplayMotionBufferSize
      Function address.
    • XGetMotionEvents

      public static final long XGetMotionEvents
      Function address.
    • XTranslateCoordinates

      public static final long XTranslateCoordinates
      Function address.