glfwGetMonitorName¶
Returns the name of the specified monitor.
This function returns a human-readable name, encoded as UTF-8, of the specified monitor. The name typically reflects the make and model of the monitor and is not guaranteed to be unique among the connected monitors.
- arguments
-
\GLFWmonitor$monitorThe monitor to query.
- returns
-
stringThe UTF-8 encoded name of the monitor, orNULLif anerroroccurred.