mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 18:15:10 +00:00
parent
422bf79e8f
commit
f8a70aca67
@ -930,7 +930,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);
|
||||||
|
Loading…
Reference in New Issue
Block a user