Skip to content

mintmousse.setTitle

Set the title of the web console, and the name in the tab. By default, the title is preset to "MintMousse".

Synopsis

mintmousse.setTitle( title )

Parameters

title string
Sets the title of the console to the given string.

Returns

Nothing.

Examples

mintmousse.setTitle("MintMousse")

mintmousse.setTitle("Game Console")

mintmousse.setTitle(love.window.getTitle() .. " Console")

See Also