Searched refs:glfwSetWindowAttrib (Results 1 - 4 of 4) sorted by relevance
/third_party/glfw/tests/ |
H A D | iconify.c | 81 glfwSetWindowAttrib(window, GLFW_AUTO_ICONIFY, !glfwGetWindowAttrib(window, GLFW_AUTO_ICONIFY)); in key_callback() 84 glfwSetWindowAttrib(window, GLFW_RESIZABLE, !glfwGetWindowAttrib(window, GLFW_RESIZABLE)); in key_callback() 87 glfwSetWindowAttrib(window, GLFW_DECORATED, !glfwGetWindowAttrib(window, GLFW_DECORATED)); in key_callback() 90 glfwSetWindowAttrib(window, GLFW_FLOATING, !glfwGetWindowAttrib(window, GLFW_FLOATING)); in key_callback()
|
H A D | window.c | 190 glfwSetWindowAttrib(window, GLFW_MOUSE_PASSTHROUGH, false); in main() 421 glfwSetWindowAttrib(window, GLFW_DECORATED, decorated); in main() 425 glfwSetWindowAttrib(window, GLFW_RESIZABLE, resizable); in main() 429 glfwSetWindowAttrib(window, GLFW_FLOATING, floating); in main() 433 glfwSetWindowAttrib(window, GLFW_MOUSE_PASSTHROUGH, passthrough); in main() 437 glfwSetWindowAttrib(window, GLFW_AUTO_ICONIFY, auto_iconify); in main()
|
/third_party/glfw/include/GLFW/ |
H A D | glfw3.h | 3888 * behavior for an existing window with @ref glfwSetWindowAttrib. 4105 * @sa @ref glfwSetWindowAttrib 4154 GLFWAPI void glfwSetWindowAttrib(GLFWwindow* window, int attrib, int value);
|
/third_party/glfw/src/ |
H A D | window.c | 943 GLFWAPI void glfwSetWindowAttrib(GLFWwindow* handle, int attrib, int value) in glfwSetWindowAttrib() function
|
Completed in 10 milliseconds