mirror of
https://github.com/glfw/glfw.git
synced 2025-10-05 06:06:36 +00:00
Updated to use American English spelling and removed trailing whitespace.
This commit is contained in:
parent
26c60fd5fc
commit
2bb18b59e9
@ -1015,7 +1015,7 @@ glfwShowWindow(window);
|
|||||||
|
|
||||||
By default, this function will also set the input focus to that window. Set
|
By default, this function will also set the input focus to that window. Set
|
||||||
the [GLFW_FOCUS_ON_SHOW](@ref GLFW_FOCUS_ON_SHOW_hint) window hint to change
|
the [GLFW_FOCUS_ON_SHOW](@ref GLFW_FOCUS_ON_SHOW_hint) window hint to change
|
||||||
this behavior for all newly created windows, or change the behaviour for an
|
this behavior for all newly created windows, or change the behavior for an
|
||||||
existing window with @ref glfwSetWindowAttrib.
|
existing window with @ref glfwSetWindowAttrib.
|
||||||
|
|
||||||
You can also get the current visibility state with @ref glfwGetWindowAttrib.
|
You can also get the current visibility state with @ref glfwGetWindowAttrib.
|
||||||
|
@ -3094,7 +3094,7 @@ GLFWAPI void glfwMaximizeWindow(GLFWwindow* window);
|
|||||||
* By default, windowed mode windows are focused when shown
|
* By default, windowed mode windows are focused when shown
|
||||||
* Set the [GLFW_FOCUS_ON_SHOW](@ref GLFW_FOCUS_ON_SHOW_hint) window hint
|
* Set the [GLFW_FOCUS_ON_SHOW](@ref GLFW_FOCUS_ON_SHOW_hint) window hint
|
||||||
* to change this behavior for all newly created windows, or change the
|
* to change this behavior for all newly created windows, or change the
|
||||||
* behaviour for an existing window with @ref glfwSetWindowAttrib.
|
* behavior for an existing window with @ref glfwSetWindowAttrib.
|
||||||
*
|
*
|
||||||
* @param[in] window The window to make visible.
|
* @param[in] window The window to make visible.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user