AppSetFullScreenΒΆ

Resizes the current view so that it fills the screen.

bool = AppSetFullScreen(bFullScreen)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

bFullScreen

If bFullScreen is TRUE (1) the full screen mode is activated. If bFullScreen is FALSE (0) the full screen mode is deactivated.

Example

AppSetFullScreen(1)

id-472319