Difference between revisions of "love.window.setTitle"
(function was renamed) |
(Added a warning, that some systems can't handle constant updates of the title.) |
||
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. Therefore you shouldn't use [[love.timer.getFPS (Deutsch)|love.timer.getFPS]] together with [[love.window.setTitle (Deutsch)|love.window.setTitle]] to show a game's current FPS in the window title.}} | ||
+ | |||
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === |
Revision as of 11:06, 2 October 2014
Available since LÖVE 0.9.0 |
This function is not supported in earlier versions. |
Sets the window title.
Constantly updating the window title can lead to issues on some systems. Therefore you shouldn't use love.timer.getFPS together with love.window.setTitle to show a game's current FPS in the window title. |
Function
Synopsis
love.window.setTitle( title )
Arguments
string title
- The new window title.
Returns
Nothing.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info