Allow object creation from callbacks

This commit is contained in:
Camilla Löwy
2017-05-02 16:58:02 +02:00
parent 4884232360
commit 16ddfafeaa
2 changed files with 2 additions and 12 deletions
+2 -6
View File
@@ -238,14 +238,10 @@ releases.
@subsection reentrancy Reentrancy
GLFW event processing and object creation and destruction are not reentrant.
This means that the following functions must not be called from any callback
function:
GLFW event processing and object destruction are not reentrant. This means that
the following functions must not be called from any callback function:
- @ref glfwCreateWindow
- @ref glfwDestroyWindow
- @ref glfwCreateCursor
- @ref glfwCreateStandardCursor
- @ref glfwDestroyCursor
- @ref glfwPollEvents
- @ref glfwWaitEvents