Penguin
Note: You are viewing an old revision of this page. View the current version.

SDL_WM_ToggleFullScreen?

SDL_WM_ToggleFullScreen?

NAME SYNOPSIS DESCRIPTION RETURN VALUE


NAME

SDL_WM_ToggleFullScreen?- Toggles fullscreen mode

SYNOPSIS

#include

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.


This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.