Home
last modified time | relevance | path

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

/third_party/glfw/tests/
H A Diconify.c81 glfwSetWindowAttrib(window, GLFW_AUTO_ICONIFY, !glfwGetWindowAttrib(window, GLFW_AUTO_ICONIFY)); in key_callback()
H A Dwindow.c435 int auto_iconify = glfwGetWindowAttrib(window, GLFW_AUTO_ICONIFY); in main()
437 glfwSetWindowAttrib(window, GLFW_AUTO_ICONIFY, auto_iconify); in main()
/third_party/glfw/src/
H A Dwindow.c358 case GLFW_AUTO_ICONIFY: in glfwWindowHint()
911 case GLFW_AUTO_ICONIFY: in glfwGetWindowAttrib()
954 case GLFW_AUTO_ICONIFY: in glfwSetWindowAttrib()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h627 #define GLFW_AUTO_ICONIFY 0x00020006 macro
/third_party/glfw/include/GLFW/
H A Dglfw3.h888 #define GLFW_AUTO_ICONIFY 0x00020006 macro
4121 * [GLFW_AUTO_ICONIFY](@ref GLFW_AUTO_ICONIFY_attrib) and

Completed in 22 milliseconds