Package org.lwjgl.glfw
Class GLFWNativeX11
java.lang.Object
org.lwjgl.glfw.GLFWNativeX11
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Contains the function pointers loaded fromGLFW.getLibrary()
. -
Method Summary
Modifier and TypeMethodDescriptionstatic long
glfwGetX11Adapter
(long monitor) RRCrtc glfwGetX11Adapter(GLFWmonitor * monitor)
static long
Display * glfwGetX11Display(void)
static long
glfwGetX11Monitor
(long monitor) RROutput glfwGetX11Monitor(GLFWmonitor * monitor)
static @Nullable String
char const * glfwGetX11SelectionString(void)
static long
glfwGetX11Window
(long window) Window glfwGetX11Window(GLFWwindow * window)
static void
void glfwSetX11SelectionString(char const * string)
static void
glfwSetX11SelectionString
(ByteBuffer string) void glfwSetX11SelectionString(char const * string)
static long
char const * glfwGetX11SelectionString(void)
static void
nglfwSetX11SelectionString
(long string) void glfwSetX11SelectionString(char const * string)
-
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
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)
-