Difference between revisions of "love.window.setTitle"

(Created page with "{{newin|0.9.0|090|type=function}} Sets the window caption. == Function == === Synopsis === <source lang="lua"> love.window.setCaption( caption ) </source> === Arguments ===...")
 
m (moved love.window.setCaption to love.window.setTitle: function was renamed)
(No difference)

Revision as of 19:59, 14 August 2013

Available since LÖVE 0.9.0
This function is not supported in earlier versions.


Sets the window caption.

Function

Synopsis

love.window.setCaption( caption )

Arguments

string caption
The new window caption.

Returns

Nothing.

See Also


Other Languages