Lines Matching refs:monitor
166 /*! @brief Returns the adapter device name of the specified monitor.
169 * of the specified monitor, or `NULL` if an [error](@ref error_handling)
182 GLFWAPI const char* glfwGetWin32Adapter(GLFWmonitor* monitor);
184 /*! @brief Returns the display device name of the specified monitor.
187 * `\\.\DISPLAY1\Monitor0`) of the specified monitor, or `NULL` if an
200 GLFWAPI const char* glfwGetWin32Monitor(GLFWmonitor* monitor);
256 /*! @brief Returns the `CGDirectDisplayID` of the specified monitor.
258 * @return The `CGDirectDisplayID` of the specified monitor, or
271 GLFWAPI CGDirectDisplayID glfwGetCocoaMonitor(GLFWmonitor* monitor);
345 /*! @brief Returns the `RRCrtc` of the specified monitor.
347 * @return The `RRCrtc` of the specified monitor, or `None` if an
360 GLFWAPI RRCrtc glfwGetX11Adapter(GLFWmonitor* monitor);
362 /*! @brief Returns the `RROutput` of the specified monitor.
364 * @return The `RROutput` of the specified monitor, or `None` if an
377 GLFWAPI RROutput glfwGetX11Monitor(GLFWmonitor* monitor);
501 /*! @brief Returns the `struct wl_output*` of the specified monitor.
503 * @return The `struct wl_output*` of the specified monitor, or `NULL` if an
516 GLFWAPI struct wl_output* glfwGetWaylandMonitor(GLFWmonitor* monitor);