logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_WM_IconifyWindow - Iconify/Minimise the window

Description

       If  the  application  is  running in a window managed environment SDL attempts to iconify/minimise it. If
       SDL_WM_IconifyWindow is successful, the application will receive a SDL_APPACTIVE loss event.

Name

       SDL_WM_IconifyWindow - Iconify/Minimise the window

Return Value

       Returns non-zero on success or 0 if iconification is not support or was refused by the window manager.

SDL                                          Tue 11 Sep 2001, 23:02                      SDL_WM_IconifyWindow(3)

Synopsis

#include"SDL.h"intSDL_WM_IconifyWindow(void);

See Also