Creates a general Monitor.h interface and a GLFW monitor implementation. GLFW windows are able to access the raw monitor pointer directly to call glfw functions, otherwise monitor information must be accessed using the public-facing API designed to mirror the design of the glfw API.
Creates a general
Monitor.h
interface and a GLFW monitor implementation. GLFW windows are able to access the raw monitor pointer directly to call glfw functions, otherwise monitor information must be accessed using the public-facing API designed to mirror the design of the glfw API.