glfw/include/GL
m@bitsnbites.eu 424e7c7b53 Removed glfwSetWindowPos and glfwGetWindowPos
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.
2012-11-10 22:19:55 +01:00
..
glfw3.h Removed glfwSetWindowPos and glfwGetWindowPos 2012-11-10 22:19:55 +01:00
glfw3native.h Added explicit access to native handles. 2012-07-22 15:26:15 +02:00