mirror of
https://github.com/glfw/glfw.git
synced 2026-02-17 21:12:34 +01:00
Expose display device name as UTF-8.
This makes interaction with libOVR simpler, as it provides the display device name in the same encoding.
This commit is contained in:
@@ -112,7 +112,7 @@ extern "C" {
|
||||
* @return The the display device name of the specified monitor.
|
||||
* @ingroup native
|
||||
*/
|
||||
GLFWAPI const WCHAR* glfwGetWin32Monitor(GLFWmonitor* monitor);
|
||||
GLFWAPI const char* glfwGetWin32Monitor(GLFWmonitor* monitor);
|
||||
|
||||
/*! @brief Returns the `HWND` of the specified window.
|
||||
* @return The `HWND` of the specified window.
|
||||
|
||||
Reference in New Issue
Block a user