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.graphics.hasFocus]]
+
* [[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