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.
Please login to continue.