Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.3

SDL_WM_ToggleFullScreen(3)


SDL_WM_ToggleFullScreen

SDL_WM_ToggleFullScreen

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE

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_WM_ToggleFullScreen(3)