SDL_WM_GetCaption
Name
SDL_WM_GetCaption -- Gets the window title and icon name.
Synopsis
#include "SDL.h" void SDL_WM_GetCaption(char **title, char **icon);
Description
Set pointers to the window title and icon name. Either parameter can be NULL.
SDL_WM_GetCaption -- Gets the window title and icon name.
#include "SDL.h" void SDL_WM_GetCaption(char **title, char **icon);
Set pointers to the window title and icon name. Either parameter can be NULL.
SDL_WM_GetCaption (last edited 2008-04-17 08:18:52 by localhost)