love.window.requestAttention

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

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

love.window.requestAttention( continuous )

Arguments

boolean continuous (false)
Whether to continuously request attention until the window becomes active, or to do it only once.

Returns

Nothing.

See Also

© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/love.window.requestAttention