Skip to content

IADLX3DSettingsChangedListener

Navigation: ADLX SDK ReferencesADLX Interfaces3D Graphics

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

MethodDescription
On3DSettingsChangedOn3DSettingsChanged is called by ADLX when 3D Graphics settings change.

Requirements

Headerinclude “I3DSettings.h”
Minimum version1.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.

Subpages

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

See Also: Add3DSettingsEventListener, On3DSettingsChanged, Sync3DReceive, Sync3DReceive, Subscribing to Event Notifications using ADLX