Difference between revisions of "love.window.setTitle"

(function was renamed)
m (Updated notification.)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
Sets the window title.
 
Sets the window title.
 +
 +
{{notice|Constantly updating the window title can lead to issues on some systems and therefore is discouraged.}}
 +
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===

Latest revision as of 15:39, 2 October 2014

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


Sets the window title.

O.png Constantly updating the window title can lead to issues on some systems and therefore is discouraged.  


Function

Synopsis

love.window.setTitle( title )

Arguments

string title
The new window title.

Returns

Nothing.

See Also


Other Languages