Method SDL.set_caption()
- Method set_caption
void set_caption(string title, string icon)
- Description
Sets the window's title and icon name. Icon name refers to the text that appears next to the application's icon in its minimized window.
- Parameter title
The window's title.
- Parameter icon
The minimized window's icon name.
- See also