Class GLFWNativeX11

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

public class GLFWNativeX11 extends Object
  • Method Details

    • glfwGetX11Display

      public static long glfwGetX11Display()
      Display * glfwGetX11Display(void)
    • glfwGetX11Adapter

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

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

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

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

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

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

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

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