mirror of
https://github.com/glfw/glfw.git
synced 2024-11-14 10:34:34 +00:00
Documentation fix.
This commit is contained in:
parent
7911c9300d
commit
eaff0f73d1
@ -1508,11 +1508,11 @@ GLFWAPI void glfwGetFramebufferSize(GLFWwindow* window, int* width, int* height)
|
|||||||
* @param[in] window The window whose frame size to query.
|
* @param[in] window The window whose frame size to query.
|
||||||
* @param[out] left Where to store the size, in screen coordinates, of the left
|
* @param[out] left Where to store the size, in screen coordinates, of the left
|
||||||
* edge of the window frame.
|
* edge of the window frame.
|
||||||
* @param[out] top Where to store the offset, in screen coordinates, of the top
|
* @param[out] top Where to store the size, in screen coordinates, of the top
|
||||||
* edge of the window frame.
|
* edge of the window frame.
|
||||||
* @param[out] right Where to store the offset, in screen coordinates, of the
|
* @param[out] right Where to store the size, in screen coordinates, of the
|
||||||
* right edge of the window frame.
|
* right edge of the window frame.
|
||||||
* @param[out] bottom Where to store the offset, in screen coordinates, of the
|
* @param[out] bottom Where to store the size, in screen coordinates, of the
|
||||||
* bottom edge of the window frame.
|
* bottom edge of the window frame.
|
||||||
*
|
*
|
||||||
* @remarks This function returns the size of each window frame edge, not its
|
* @remarks This function returns the size of each window frame edge, not its
|
||||||
|
Loading…
Reference in New Issue
Block a user