XFrontPanelIsSupported

Indicates whether this dev kit has a front panel display.

Syntax

bool XFrontPanelIsSupported(  
)  

Parameters

This function has no parameters.

Return value

Type: bool

Returns true if this dev kit has a front panel display.

Remarks

If the dev kit has a front panel display, you can use XFrontPanelGetScreenDimensions to determine the dimensions of the display.

To update the front panel display, use XFrontPanelPresentBuffer.

For more information, see Xbox One X: Using the front panel display (NDA topic)Authorization required.

Requirements

Header: xfrontpaneldisplay.h

Library: xfrontpaneldisplay.lib

Supported platforms: Xbox One family consoles and Xbox Series consoles

See also

XFrontPanelDisplay