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
$monitor
The monitor to query.
- returns
-
string
The UTF-8 encoded name of the monitor, orNULL
if anerror
occurred.