public interface FullScreenStrategy
Modifier and Type | Method and Description |
---|---|
void |
enterFullScreenMode()
Attempt to enter full-screen mode.
|
void |
exitFullScreenMode()
Exit full-screen mode.
|
boolean |
isFullScreenMode()
Test whether or not full-screen mode is currently active.
|
void enterFullScreenMode()
void exitFullScreenMode()
boolean isFullScreenMode()
true
if full-screen mode is active; otherwise false
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.