mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 13:46:37 +00:00
Added size to documentation.
This commit is contained in:
parent
147b0f5e83
commit
875cbdf46d
@ -1724,8 +1724,8 @@ GLFWAPI void glfwGetMonitorPos(GLFWmonitor* monitor, int* xpos, int* ypos);
|
|||||||
* This function returns the position, in screen coordinates, of the upper-left
|
* This function returns the position, in screen coordinates, of the upper-left
|
||||||
* corner of the specified monitor.
|
* corner of the specified monitor.
|
||||||
*
|
*
|
||||||
* Any or all of the position arguments may be `NULL`. If an error occurs, all
|
* Any or all of the position and size arguments may be `NULL`. If an error occurs, all
|
||||||
* non-`NULL` position arguments will be set to zero.
|
* non-`NULL` position and size arguments will be set to zero.
|
||||||
*
|
*
|
||||||
* @param[in] monitor The monitor to query.
|
* @param[in] monitor The monitor to query.
|
||||||
* @param[out] xpos Where to store the monitor x-coordinate, or `NULL`.
|
* @param[out] xpos Where to store the monitor x-coordinate, or `NULL`.
|
||||||
|
Loading…
Reference in New Issue
Block a user