Class GLFWNativeX11

java.lang.Object
org.lwjgl.glfw.GLFWNativeX11

public class GLFWNativeX11 extends Object
  • Method Details

    • glfwGetX11Display

      @NativeType("Display *") public static long glfwGetX11Display()
      Display * glfwGetX11Display(void)
    • glfwGetX11Adapter

      @NativeType("RRCrtc") public static long glfwGetX11Adapter(@NativeType("GLFWmonitor *") long monitor)
      RRCrtc glfwGetX11Adapter(GLFWmonitor * monitor)
    • glfwGetX11Monitor

      @NativeType("RROutput") public static long glfwGetX11Monitor(@NativeType("GLFWmonitor *") long monitor)
      RROutput glfwGetX11Monitor(GLFWmonitor * monitor)
    • glfwGetX11Window

      @NativeType("Window") public static long glfwGetX11Window(@NativeType("GLFWwindow *") long window)
      Window glfwGetX11Window(GLFWwindow * window)
    • nglfwSetX11SelectionString

      public static void nglfwSetX11SelectionString(long string)
      void glfwSetX11SelectionString(char const * string)
    • glfwSetX11SelectionString

      public static void glfwSetX11SelectionString(@NativeType("char const *") ByteBuffer string)
      void glfwSetX11SelectionString(char const * string)
    • glfwSetX11SelectionString

      public static void glfwSetX11SelectionString(@NativeType("char const *") CharSequence string)
      void glfwSetX11SelectionString(char const * string)
    • nglfwGetX11SelectionString

      public static long nglfwGetX11SelectionString()
      char const * glfwGetX11SelectionString(void)
    • glfwGetX11SelectionString

      @NativeType("char const *") public static @Nullable String glfwGetX11SelectionString()
      char const * glfwGetX11SelectionString(void)