mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 02:38:52 -05: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 |