Example #1
0
        public GLFW_Monitor(IntPtr pointer)
        {
            Pointer = pointer;

            name = GLFW.GetMonitorName(Pointer);
            FetchProperties();
        }