Class GLFWNativeWin32
java.lang.Object
org.lwjgl.glfw.GLFWNativeWin32
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classContains the function pointers loaded fromGLFW.getLibrary(). -
Method Summary
Modifier and TypeMethodDescriptionstatic longglfwAttachWin32Window(long handle, long share) GLFWwindow * glfwAttachWin32Window(HWND handle, GLFWwindow * share)static @Nullable StringglfwGetWin32Adapter(long monitor) char const * glfwGetWin32Adapter(GLFWmonitor * monitor)static @Nullable StringglfwGetWin32Monitor(long monitor) char const * glfwGetWin32Monitor(GLFWmonitor * monitor)static longglfwGetWin32Window(long window) HWND glfwGetWin32Window(GLFWwindow * window)static longnglfwGetWin32Adapter(long monitor) char const * glfwGetWin32Adapter(GLFWmonitor * monitor)static longnglfwGetWin32Monitor(long monitor) char const * glfwGetWin32Monitor(GLFWmonitor * monitor)
-
Method Details
-
nglfwGetWin32Adapter
public static long nglfwGetWin32Adapter(long monitor) char const * glfwGetWin32Adapter(GLFWmonitor * monitor) -
glfwGetWin32Adapter
@NativeType("char const *") public static @Nullable String glfwGetWin32Adapter(@NativeType("GLFWmonitor *") long monitor) char const * glfwGetWin32Adapter(GLFWmonitor * monitor) -
nglfwGetWin32Monitor
public static long nglfwGetWin32Monitor(long monitor) char const * glfwGetWin32Monitor(GLFWmonitor * monitor) -
glfwGetWin32Monitor
@NativeType("char const *") public static @Nullable String glfwGetWin32Monitor(@NativeType("GLFWmonitor *") long monitor) char const * glfwGetWin32Monitor(GLFWmonitor * monitor) -
glfwGetWin32Window
HWND glfwGetWin32Window(GLFWwindow * window) -
glfwAttachWin32Window
@NativeType("GLFWwindow *") public static long glfwAttachWin32Window(@NativeType("HWND") long handle, @NativeType("GLFWwindow *") long share) GLFWwindow * glfwAttachWin32Window(HWND handle, GLFWwindow * share)
-