|
NAMESDL_WM_ToggleFullScreen - Toggles fullscreen modeSYNOPSIS#include "SDL.h"int SDL_WM_ToggleFullScreen(SDL_Surface *surface); DESCRIPTIONToggles the application between windowed and fullscreen mode, if supported. (X11 is the only target currently supported, BeOS support is experimental).RETURN VALUEReturns 0 on failure or 1 on success.
Visit the GSP FreeBSD Man Page Interface. |