logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

SDL_WM_ToggleFullScreen - Toggles fullscreen mode

Description

       Toggles  the  application  between  windowed  and  fullscreen mode, if supported. (X11 is the only target
       currently supported, BeOS support is experimental).

Name

       SDL_WM_ToggleFullScreen - Toggles fullscreen mode

Return Value

       Returns 0 on failure or 1 on success.

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

Synopsis

#include"SDL.h"intSDL_WM_ToggleFullScreen(SDL_Surface*surface);

See Also