playerLeaveFullscreen

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
playerLeaveFullscreen
Summary

Sent when the player has left full screen mode.

Introduced4.6
OSios
Platformsmobile
Example
on playerLeaveFullscreen
    -- set a flag to allow updates to the screen again
    put true into myAllowUpdates
end playerLeaveFullscreen
RelatedFunction: mobileControlGet
Message: playerMovieChanged, playerFinished, playerError, playerProgressChanged, playerStopped, playerPropertyAvailable, playerEnterFullscreen
Description

Handle the playerLeaveFullscreen message when the player has left full screen mode.

You can use the function mobileControlGet to determine if the player is still in fullscreen mode.