mirror of
https://github.com/glfw/glfw.git
synced 2024-11-26 03:52:01 +00:00
424e7c7b53
glfwGetWindowPos is superseded by glfwGetWindowParam() with GLFW_POSITION_X and GLFW_POSITION_Y as parameters. glfwSetWindowPos can easily lead to bad practices (moving windows around without the users consent), and has been replaced with the GLFW_POSITION_X/Y window hints that allow setting the window position for a newly created window. |
||
---|---|---|
.. | ||
GL |