{{newin|[[0.10.0]]|100|type=function}}
Causes the window to request the attention of the user if it is not in the foreground.

In Windows the taskbar icon will flash, and in OS X the dock icon will bounce.

== Function ==
=== Synopsis ===
<source lang="lua">
love.window.requestAttention( continuous )
</source>
=== Arguments ===
{{param|boolean|continuous (false)|Whether to continuously request attention until the window becomes active, or to do it only once.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::love.window]]
[[Category:Functions]]
{{#set:Description=Causes the window to request the attention of the user if it is not in the foreground.}}
== Other Languages ==
{{i18n|love.window.requestAttention}}