Home
last modified time | relevance | path

Searched refs:glfwSetWindowShouldClose (Results 1 – 25 of 29) sorted by relevance

12

/third_party/flutter/glfw/tests/
Dtimeout.c46 glfwSetWindowShouldClose(window, GLFW_TRUE); in key_callback()
Dicon.c100 glfwSetWindowShouldClose(window, GLFW_TRUE); in key_callback()
Dclipboard.c62 glfwSetWindowShouldClose(window, GLFW_TRUE); in key_callback()
Dempty.c65 glfwSetWindowShouldClose(window, GLFW_TRUE); in key_callback()
Dwindows.c86 glfwSetWindowShouldClose(window, GLFW_TRUE); in key_callback()
Dreopen.c67 glfwSetWindowShouldClose(window, GLFW_TRUE); in key_callback()
Dgamma.c76 glfwSetWindowShouldClose(window, GLFW_TRUE); in key_callback()
Dtearing.c111 glfwSetWindowShouldClose(window, 1); in key_callback()
Dsharing.c50 glfwSetWindowShouldClose(window, GLFW_TRUE); in key_callback()
Dmonitors.c82 glfwSetWindowShouldClose(window, GLFW_TRUE); in key_callback()
Diconify.c77 glfwSetWindowShouldClose(window, GLFW_TRUE); in key_callback()
Dcursor.c126 glfwSetWindowShouldClose(window, GLFW_TRUE); in key_callback()
Devents.c298 glfwSetWindowShouldClose(window, slot->closeable); in window_close_callback()
/third_party/flutter/glfw/examples/
Dsimple.c72 glfwSetWindowShouldClose(window, GLFW_TRUE); in key_callback()
Dwave.c282 glfwSetWindowShouldClose(window, GLFW_TRUE); in key_callback()
Dsplitview.c476 glfwSetWindowShouldClose(window, GLFW_TRUE); in key_callback()
Dgears.c224 glfwSetWindowShouldClose(window, GLFW_TRUE); in key()
Dheightmap.c389 glfwSetWindowShouldClose(window, GLFW_TRUE); in key_callback()
Dboing.c244 glfwSetWindowShouldClose(window, GLFW_TRUE); in key_callback()
Dparticles.c879 glfwSetWindowShouldClose(window, GLFW_TRUE); in key_callback()
/third_party/flutter/glfw/docs/
Dquick.dox207 You can also set it yourself with @ref glfwSetWindowShouldClose. This can be
222 glfwSetWindowShouldClose(window, GLFW_TRUE);
/third_party/flutter/glfw/include/GLFW/
Dglfw3.h1905 GLFWAPI void glfwSetWindowShouldClose(GLFWwindow* window, int value);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h1894 GLFWAPI void glfwSetWindowShouldClose(GLFWwindow* window, int value);
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h1894 GLFWAPI void glfwSetWindowShouldClose(GLFWwindow* window, int value);
/third_party/flutter/glfw/src/
Dwindow.c418 GLFWAPI void glfwSetWindowShouldClose(GLFWwindow* handle, int value) in glfwSetWindowShouldClose() function

12