Lines Matching refs:maximized
1725 * void function_name(GLFWwindow* window, int maximized)
1728 * @param[in] window The window that was maximized or restored.
1729 * @param[in] maximized `GLFW_TRUE` if the window was maximized, or
1739 typedef void (* GLFWwindowmaximizefun)(GLFWwindow* window, int maximized);
3830 * (minimized) or maximized. If the window is already restored, this function
3857 * maximized. If the window is already maximized, this function does nothing.
4411 * is called when the window is maximized or restored.
4421 * void function_name(GLFWwindow* window, int maximized)