FULLSCREEN 1.0

Category / Domain: C3D3 Plugin
SCOL Voy@ger Compatibility: V 4.0 and up
Update: 03/2004

Function

This plugin makes it possible to change the 3D surface mode by passing from the full screen mode to the windowed mode and conversely.

Configuration

FullScreen at start : Start the 3D surface in full screen mode.

Implementation

Create an instance without anchor.

Action Function
module.event à C3D3.instance.ChangeMode Change the 3D surface in windowed mode or in full screen mode.
module.event à C3D3.instance.FullScreen Change the 3D surface in full screen mode.
module.event à C3D3.instance.Window Change the 3D surface in windowed mode.
module.event à C3D3.instance.ScreenMode Send the event FullScreen or Window according to the current mode of the 3D surface.

Event Function
C3D3.instance.Changed à module Action This event occurs when the 3D surface mode change.
C3D3.instance.Fullscreen à module Action This event occurs when the 3D surface change to full screen mode.
C3D3.instance.Window à module Action This event occurs when the 3D surface change to windowed mode.
C3D3.instance.Software à module Action This event occurs when the mode of returned 3D surface is in software and not in OPENGL, in this case it is impossible to pass in full screen mode.

Zone Function Interface Affectation
None