Home
last modified time | relevance | path

Searched refs:should_close (Results 1 - 1 of 1) sorted by relevance

/third_party/glfw/tests/
H A Dwindow.c406 int should_close = glfwWindowShouldClose(window); in main() local
408 if (nk_checkbox_label(nk, "Should Close", &should_close)) in main()
409 glfwSetWindowShouldClose(window, should_close); in main()

Completed in 2 milliseconds