Home
last modified time | relevance | path

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

/third_party/glfw/tests/
H A Diconify.c90 glfwSetWindowAttrib(window, GLFW_FLOATING, !glfwGetWindowAttrib(window, GLFW_FLOATING)); in key_callback()
H A Dwindow.c427 int floating = glfwGetWindowAttrib(window, GLFW_FLOATING); in main()
429 glfwSetWindowAttrib(window, GLFW_FLOATING, floating); in main()
/third_party/glfw/src/
H A Dwindow.c361 case GLFW_FLOATING: in glfwWindowHint()
909 case GLFW_FLOATING: in glfwGetWindowAttrib()
970 case GLFW_FLOATING: in glfwSetWindowAttrib()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h628 #define GLFW_FLOATING 0x00020007 macro
/third_party/glfw/include/GLFW/
H A Dglfw3.h894 #define GLFW_FLOATING 0x00020007 macro
4120 * [GLFW_FLOATING](@ref GLFW_FLOATING_attrib),
4142 * @remark @wayland The [GLFW_FLOATING](@ref GLFW_FLOATING_attrib) window attribute is

Completed in 15 milliseconds