glfwWindowShouldClose¶
Checks the close flag of the specified window.
This function returns the value of the close flag of the specified window.
- arguments
-
\GLFWwindow
$window
The window to query.
- returns
-
int
The value of the close flag.
Checks the close flag of the specified window.
This function returns the value of the close flag of the specified window.
\GLFWwindow
$window
The window to query.int
The value of the close flag.