playerEnterFullscreen

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
playerEnterFullscreen
Summary

Sent when the player has entered full screen mode.

Introduced4.6
OSios
Platformsmobile
Example
on playerEnterFullscreen
    answer "The player has entered full screen mode" with "Okay"
end playerEnterFullscreen
RelatedFunction: mobileControlGet
Message: playerFinished, playerError, playerLeaveFullscreen, playerProgressChanged, playerStopped, playerPropertyAvailable, playerMovieChanged
Description

Handle the playerEnterFullscreen message when the player has entered full screen play mode.

You can use mobileControlGet to test if fullscreen mode has been entered.