playerLeaveFullscreen | |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Sent when the player has left full screen mode. |
Introduced | 4.6 |
OS | ios |
Platforms | mobile |
Example |
|
Related | Function: 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. |