Tao.Sdl SDK Documentation

Sdl.SDL_WM_GetCaption Method 

Gets the title and icon text of the display window

[Visual Basic]
Public Shared Sub SDL_WM_GetCaption( _
   ByRef title As String, _
   ByRef icon As String _
)
[C#]
public static void SDL_WM_GetCaption(
   out string title,
   out string icon
);

Parameters

title
icon

Remarks

Binds to C-function call in SDL_video.h:

extern DECLSPEC void SDLCALL SDL_WM_GetCaption(char **title, char **icon)

See Also

Sdl Class | Tao.Sdl Namespace | SDL_WM_SetCaption | SDL_WM_SetIcon