glfwGetWin32Window

Returns the HWND of the specified window.

version(GLFW_EXPOSE_NATIVE_WIN32)
export extern (C) @nogc nothrow __gshared
HWND
glfwGetWin32Window
(
GLFWwindow* window
)

Return Value

Type: HWND

The HWND of the specified window, or null if an error occurred.

Thread Safety

This function may be called from any thread. Access is not synchronized.

Meta

Since

Added in version 3.0.

Ingroup: native