This commit is contained in:
r00ster 2019-04-04 17:14:40 +02:00 committed by GitHub
parent 5644b66bac
commit f4c08140e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -928,7 +928,7 @@ When a full screen window is restored, the desired video mode is restored to its
monitor as well. monitor as well.
If you wish to be notified when a window is iconified or restored, whether by If you wish to be notified when a window is iconified or restored, whether by
the user, system or your own code, set a iconify callback. the user, system or your own code, set an iconify callback.
@code @code
glfwSetWindowIconifyCallback(window, window_iconify_callback); glfwSetWindowIconifyCallback(window, window_iconify_callback);