Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SDL_WM_ToggleFullScreen(3)	SDL API Reference     SDL_WM_ToggleFullScreen(3)

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.

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

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=SDL_WM_ToggleFullScreen&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help