mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 21:56:36 +00:00
Added width and height to glfwGetMonitorWorkarea documentation.
This commit is contained in:
parent
af43c42c93
commit
147b0f5e83
@ -1730,6 +1730,8 @@ GLFWAPI void glfwGetMonitorPos(GLFWmonitor* monitor, int* xpos, int* ypos);
|
|||||||
* @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`.
|
||||||
* @param[out] ypos Where to store the monitor y-coordinate, or `NULL`.
|
* @param[out] ypos Where to store the monitor y-coordinate, or `NULL`.
|
||||||
|
* @param[out] width Where to store the monitor width, or `NULL`.
|
||||||
|
* @param[out] height Where to store the monitor height, or `NULL`.
|
||||||
*
|
*
|
||||||
* @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref
|
* @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref
|
||||||
* GLFW_PLATFORM_ERROR.
|
* GLFW_PLATFORM_ERROR.
|
||||||
|
Loading…
Reference in New Issue
Block a user