This function returns the position, in screen coordinates, of the upper-left corner of the specified monitor.
Any or all of the position arguments may be null. If an error occurs, all non-null position arguments will be set to zero.
null
The monitor to query.
Where to store the monitor x-coordinate, or null.
Where to store the monitor y-coordinate, or null.
glfwGetMonitorPos
Generated using TypeDoc
This function returns the position, in screen coordinates, of the upper-left corner of the specified monitor.
Any or all of the position arguments may be
null
. If an error occurs, all non-null
position arguments will be set to zero.