1SDL_WM_ToggleFullScreen(3)     SDL API Reference    SDL_WM_ToggleFullScreen(3)
2
3
4

NAME

6       SDL_WM_ToggleFullScreen - Toggles fullscreen mode
7

SYNOPSIS

9       #include "SDL.h"
10
11       int SDL_WM_ToggleFullScreen(SDL_Surface *surface);
12

DESCRIPTION

14       Toggles  the  application between windowed and fullscreen mode, if sup‐
15       ported. (X11 is the only target currently supported,  BeOS  support  is
16       experimental).
17

RETURN VALUE

19       Returns 0 on failure or 1 on success.
20
21
22
23SDL                         Tue 11 Sep 2001, 23:02  SDL_WM_ToggleFullScreen(3)
Impressum