Previous | Up | Next |
Creates a new rendering surface for the 3D in fullscreen mode having size '_width_' in X and '_height_' in Y.Parameters
Only a single fullscreen window can be created and its creation is aborted if windowed surfaces already exist.
This function does not operate in software mode.
ObjSurface _CRfullscreenSurface ( Chn _channel_ I _width_ I _height_ )
Return value
_channel_ Proprietary channel _width_ Horizontal size _height_ Vertical size
Surface in fullscreen modeRemark
The creation of a fullscreen surface results in the (automatic) creation of a specific window.See Also
The handler of this window can be obtained from the associated surface with _GETwindowFromFullscreenSurface.
To create a rendering surface in window mode : _CRsurface
To obtain the associated ObjWin : _GETwindowFromFullscreenSurface