5 #ifndef PPAPI_CPP_FULLSCREEN_H_ 
    6 #define PPAPI_CPP_FULLSCREEN_H_ 
   72 #endif  // PPAPI_CPP_FULLSCREEN_H_ 
The Fullscreen class allowing you to check and toggle fullscreen mode. 
 
bool GetScreenSize(Size *size)
 
A size of an object based on width and height. 
 
Fullscreen(const InstanceHandle &instance)
 
virtual ~Fullscreen()
Destructor. 
 
bool SetFullscreen(bool fullscreen)