Home
last modified time | relevance | path

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

/third_party/glfw/tests/
H A Diconify.c274 glfwGetWindowAttrib(windows[i], GLFW_ICONIFIED) ? "iconified" : "restored", in main()
H A Dwindow.c442 nk_value_bool(nk, "Iconified", glfwGetWindowAttrib(window, GLFW_ICONIFIED)); in main()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h623 #define GLFW_ICONIFIED 0x00020002 macro
/third_party/glfw/include/GLFW/
H A Dglfw3.h864 #define GLFW_ICONIFIED 0x00020002 macro
4100 * window is iconfied, so @ref GLFW_ICONIFIED always returns `GLFW_FALSE`.
/third_party/glfw/src/
H A Dwindow.c891 case GLFW_ICONIFIED: in glfwGetWindowAttrib()

Completed in 20 milliseconds