nn::gx::CTR::IsStereoVisionAllowed Function

Syntax

bool IsStereoVisionAllowed(
     void
);

Arguments

None.

Return Values

Returns true if stereoscopic display is allowed and false otherwise.

Description

Gets whether stereoscopic display is allowed.

Checks whether stereoscopic display is allowed and gets this result. Returns TRUE if allowed and FALSE otherwise.

Stereoscopic display is forcibly disabled if it is not allowed by the system setting or by the 3D depth slider. In other words, when this function returns FALSE the display will not be in 3D even if the application specifies nngxSetDisplayMode(NN_GX_DISPLAYMODE_STEREO). At such times, the display buffer specified in NN_GX_DISPLAY0 is used for display.

Note that the return value of this function does not depend on the display mode state configured with the nngxSetDisplayMode function.

Revision History

2010/07/30
Initial version.

CONFIDENTIAL