IADLX3DSettingsChangedListener

The IADLX3DSettingsChangedListener interface is implemented in the application to receive an event from ADLX when 3D Graphics settings change.

InterfaceId:

N/A

Smart Pointer Interface Name:

N/A

Inherits:

N/A

Inherited By:

N/A

An instance of the implemented IADLX3DSettingsChangedListener interface must be passed to Add3DSettingsEventListener to register for notifications when 3D Graphics settings change.

For more information about subscribing for notifications, refer to Subscribing to Event Notifications using ADLX .

Methods

Method

Description

On3DSettingsChanged

On3DSettingsChanged is called by ADLX when 3D Graphics settings change.

Requirements

Header

include “I3DSettings.h”

Minimum version

1.0

Example

To see how to use this interface in a C++ application, refer to the Sync3DReceive C++ sample .

For a C application, refer to the Sync3DReceive C sample .