| Domain | My Life | Resume | Documents | Calculators | Miscellaneous | Links | Projects | Site Methodology | Site Map |
|
Documentation
From my personal library, The Internet |
| Man Pages | RFC | HOWTO | SDK | Software |
SYNOPSIS
#include "SDL.h"
int SDL_WM_ToggleFullScreen(SDL_Surface *surface);
DESCRIPTION
Toggles the application between windowed and fullscreen mode, if sup-
ported. (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)
Man(1) output converted with man2html |