mirror of
https://github.com/glfw/glfw.git
synced 2026-09-20 16:30:45 +00:00
Enabled enumeration of mirroring displays.
This exposes all monitors in every mirroring group, which is needed for robust detection of an Oculus Rift.
This commit is contained in:
@@ -203,7 +203,8 @@ typedef struct _GLFWlibraryWin32
|
||||
typedef struct _GLFWmonitorWin32
|
||||
{
|
||||
// This size matches the static size of DISPLAY_DEVICE.DeviceName
|
||||
WCHAR name[32];
|
||||
WCHAR adapterName[32];
|
||||
WCHAR displayName[32];
|
||||
GLboolean modeChanged;
|
||||
|
||||
} _GLFWmonitorWin32;
|
||||
|
||||
Reference in New Issue
Block a user