Returns the window whose context is current on the calling thread.
functionglfwGetCurrentContext():\GLFWwindow
This function returns the window whose OpenGL or OpenGL ES context is
current on the calling thread.
returns
\GLFWwindow The window whose context is current, or NULL if no
window's
context is current.
Copyright
This documentation page is prased from the glfw3.h header file, and only modified to fit
the PHP-GFLW extension bindings. The original documentation copyright is as follows: