bionic (3) SDL_WM_ToggleFullScreen.3.gz

Provided by: libsdl1.2-dev_1.2.15+dfsg2-0.1ubuntu0.2_amd64 bug

NAME

       SDL_WM_ToggleFullScreen - Toggles fullscreen mode

SYNOPSIS

       #include "SDL.h"

       int SDL_WM_ToggleFullScreen(SDL_Surface *surface);

DESCRIPTION

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

RETURN VALUE

       Returns 0 on failure or 1 on success.