Available since LÖVE 0.9.0
This callback is not supported in earlier versions.
Callback function triggered when window is minimized/hidden or unminimized by the user.
love.visible( visible )
boolean visible
Nothing.
function love.visible(v) print(v and "Window is visible!" or "Window is not visible!"); end
© 2006–2016 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/love.visible