Name
SDL_WM_ToggleFullScreen -- Toggles fullscreen mode
Synopsis
uses
SDL;
function SDL_WM_ToggleFullScreen( surface : PSDL_Surface) : Integer;
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.