love.system.resume( )
This function is meant to be called from error handler scripts, and has no
effect if called from a normal game.
Usage
love.system.resume( )
Arguments
None
Returns
Nothing
Version 0.3.2 LÖVE DocumentationOverviewLicenseCreditsInstallingGetting startedDeviceslove.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timerlove.systemTypesAnimationColorFontFileImageMusicParticleSystemSoundCallbacksloadupdatedrawmousepressedmousereleasedkeypressedkeyreleasedMiscellaneousConstantsConfig filesKeyboard shortcuts
|
Function
love.system.resume( ) This function is meant to be called from error handler scripts, and has no
effect if called from a normal game. Usage love.system.resume( ) Arguments None Returns Nothing |