Class GLFWNativeX11
java.lang.Object
org.lwjgl.glfw.GLFWNativeX11
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classContains the function pointers loaded fromGLFW.getLibrary(). -
Method Summary
Modifier and TypeMethodDescriptionstatic longglfwGetX11Adapter(long monitor) RRCrtc glfwGetX11Adapter(GLFWmonitor * monitor)static longDisplay * glfwGetX11Display(void)static longglfwGetX11Monitor(long monitor) RROutput glfwGetX11Monitor(GLFWmonitor * monitor)static @Nullable Stringchar const * glfwGetX11SelectionString(void)static longglfwGetX11Window(long window) Window glfwGetX11Window(GLFWwindow * window)static voidvoid glfwSetX11SelectionString(char const * string)static voidglfwSetX11SelectionString(ByteBuffer string) void glfwSetX11SelectionString(char const * string)static longchar const * glfwGetX11SelectionString(void)static voidnglfwSetX11SelectionString(long string) void glfwSetX11SelectionString(char const * string)
-
Method Details
-
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
Window glfwGetX11Window(GLFWwindow * window) -
nglfwSetX11SelectionString
public static void nglfwSetX11SelectionString(long string) void glfwSetX11SelectionString(char const * string) -
glfwSetX11SelectionString
void glfwSetX11SelectionString(char const * string) -
glfwSetX11SelectionString
void glfwSetX11SelectionString(char const * string) -
nglfwGetX11SelectionString
public static long nglfwGetX11SelectionString()char const * glfwGetX11SelectionString(void) -
glfwGetX11SelectionString
char const * glfwGetX11SelectionString(void)
-