The state of fullScreen
for the PODSWindow
object.
PODSWindow
attribute PODSBoolean fullScreen;
window.fullScreen
window.fullScreen = bool
PODSBoolean getFullScreen(PODSWindow* window);
void setFullScreen( PODSWindow* window, PODSBoolean bool );
window The PODSWindow
object.
bool [in] The state to set: PODS_TRUE
or PODS_FALSE
.
Getter : PODS_TRUE
if enabled is set to PODS_TRUE
; PODS_FALSE
otherwise.
Setter : None
Equivalent to the user setting the browser’s Full Screen option.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |