mirror of
https://github.com/gwm17/glfw.git
synced 2026-03-29 15:35:06 -04:00
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. |
||
|---|---|---|
| .. | ||
| glfw3.h | ||
| glfw3native.h | ||