fullScreen

The state of fullScreen for the PODSWindow object.

Interface

PODSWindow

IDL definition
attribute PODSBoolean fullScreen;
JavaScript synopsis
window.fullScreen
window.fullScreen = bool
C synopsis
PODSBoolean getFullScreen(PODSWindow* window);
void setFullScreen(
  PODSWindow* window,
  PODSBoolean bool
);
Parameters
  • window   The PODSWindow object.

  • bool   [in] The state to set: PODS_TRUE or PODS_FALSE.

Returns

Getter : PODS_TRUE if enabled is set to PODS_TRUE; PODS_FALSE otherwise.

Setter : None

Remarks

Equivalent to the user setting the browser’s Full Screen option.