Method SDL.iconify_window()
- Method iconify_window
int iconify_window()
- Description
Attempts to iconify (i.e. minimize) the application window.
If the call is successful, the application will receive an SDL.APPACTIVE loss event.
- Returns
Non-zero if successful, otherwise
0
.