Difference between revisions of "love.window.focus"
(Created page) |
m (Fix hasFocus link.) |
||
Line 16: | Line 16: | ||
== See Also == | == See Also == | ||
* [[parent::love.window]] | * [[parent::love.window]] | ||
− | * [[love. | + | * [[love.window.hasFocus]] |
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Brings the window into the foreground above other windows and sets input focus.}} | {{#set:Description=Brings the window into the foreground above other windows and sets input focus.}} | ||
== Other Languages == | == Other Languages == | ||
{{i18n|love.window.focus}} | {{i18n|love.window.focus}} |
Latest revision as of 09:17, 8 July 2024
Available since LÖVE 12.0 |
This function is not supported in earlier versions. |
Brings the window into the foreground above other windows and sets input focus.
This may not be functional on all platforms.
Function
Synopsis
love.window.focus( )
Arguments
None.
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