Previous Up Next

_CRfullscreenSurface
Creates a new rendering surface for the 3D in fullscreen mode having size '_width_' in X and '_height_' in Y.
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_
)
Parameters

_channel_
Proprietary channel
_width_
Horizontal size
_height_
Vertical size
Return value

Surface in fullscreen mode
Remark

The creation of a fullscreen surface results in the (automatic) creation of a specific window.
The handler of this window can be obtained from the associated surface with
_GETwindowFromFullscreenSurface.
See Also

To create a rendering surface in window mode : _CRsurface
To obtain the associated ObjWin : _GETwindowFromFullscreenSurface