glfwWindowShouldClose¶
Checks the close flag of the specified window.
This function returns the value of the close flag of the specified window.
- arguments
-
\GLFWwindow$windowThe window to query.
- returns
-
intThe 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.