Add glfwGetError

Related to #970.

If you have opinions on the design or implementation of this function,
please come join us in #970 before it is frozen for release.
This commit is contained in:
Camilla Löwy
2017-05-01 19:20:57 +02:00
parent 16ddfafeaa
commit 6350641f0a
8 changed files with 122 additions and 19 deletions
+9
View File
@@ -4,6 +4,15 @@
@section news_33 New features in 3.3
@subsection news_33_geterror Error query
GLFW now supports querying the last error code for the calling thread with @ref
glfwGetError.
@see @ref error_handling
@subsection news_33_maximize Window maximization callback
GLFW now supports window maximization notifications with @ref