Compaction of long sentence in moving.dox

This commit is contained in:
TheChocolateOre 2022-07-15 04:59:12 +03:00 committed by GitHub
parent c33508ef0a
commit 963999ad8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,7 +243,7 @@ while (!glfwWindowShouldClose(window))
@endcode
The close callback no longer returns a value. Instead, it is called after the
close flag has been set, so it can override its value, if it chooses to, before
close flag has been set, so it can optionally override its value, before
event processing completes. You may however not call @ref glfwDestroyWindow
from the close callback (or any other window related callback).