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.
love.window.requestAttention( continuous )
boolean continuous (false)
Nothing.