mirror of
https://github.com/glfw/glfw.git
synced 2025-06-08 16:54:57 +00:00
Compaction of long sentence in moving.dox
This commit is contained in:
parent
c33508ef0a
commit
963999ad8a
@ -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).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user