This function sets the value of the close flag of the specified window.
This can be used to override the user's attempt to close the window, or
to signal that it should be closed.
arguments
\GLFWwindow$window The window whose flag to change.
int$value The new value.
returns
void
Copyright
This documentation page is prased from the glfw3.h header file, and only modified to fit
the PHP-GFLW extension bindings. The original documentation copyright is as follows: