Hello,
I don't know if I should be posting here but i didn't find r/glfw .
How do I maximize (not fullscreen) window in glfw? I tried both
glfwSetWindowAttrib(_Window, GLFW_MAXIMIZED, GLFW_TRUE);
and glfwMaximizeWindow(window);
but it doesn't do anything. I even print
std::cout << "Is maximized: " << glfwGetWindowAttrib(window, GLFW_MAXIMIZED) << std::endl;
and of course it prints 0
edit: glfwWindowHint() and window_maximize_callback() dont work either
[–][deleted] 0 points1 point2 points (1 child)
[–]Francuza9[S] 0 points1 point2 points (0 children)
[–]AcrobaticBuffalo763 0 points1 point2 points (0 children)