mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 13:46:37 +00:00
Added missing determiner to doc.
This commit is contained in:
parent
e64699bd54
commit
acd2e1aa60
@ -173,7 +173,7 @@ while (!glfwWindowShouldClose(window))
|
|||||||
}
|
}
|
||||||
@endcode
|
@endcode
|
||||||
|
|
||||||
You can be notified when user is attempting to close the window by setting
|
You can be notified when the user is attempting to close the window by setting
|
||||||
a close callback with @ref glfwSetWindowCloseCallback. The callback will be
|
a close callback with @ref glfwSetWindowCloseCallback. The callback will be
|
||||||
called immediately after the close flag has been set.
|
called immediately after the close flag has been set.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user