mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 10:48:51 -05:00
Documented callback clearing at window destruction time.
This commit is contained in:
parent
cdcdf5763a
commit
948be592be
|
@ -1212,6 +1212,10 @@ GLFWAPI GLFWwindow glfwCreateWindow(int width, int height, int mode, const char*
|
||||||
* @note If the window's context is current on the main thread, it is
|
* @note If the window's context is current on the main thread, it is
|
||||||
* detached before being destroyed.
|
* detached before being destroyed.
|
||||||
*
|
*
|
||||||
|
* @note On calling this function, no further callbacks will be called for
|
||||||
|
* the specified window, even if their associated events occur during window
|
||||||
|
* destruction.
|
||||||
|
*
|
||||||
* @warning The window's context must not be current on any other thread.
|
* @warning The window's context must not be current on any other thread.
|
||||||
*
|
*
|
||||||
* @sa glfwCreateWindow
|
* @sa glfwCreateWindow
|
||||||
|
|
Loading…
Reference in New Issue
Block a user