Skip to content

IADLX3DSettingsChangedHandling

Navigation: ADLX SDK ReferencesADLX Interfaces3D Graphics

The IADLX3DSettingsChangedHandling interface allows registering and unregistering for notifications when 3D Graphics settings change.

InterfaceId:IADLX3DSettingsChangedHandling
Smart Pointer Interface Name:IADLX3DSettingsChangedHandlingPtr
Inherits:IADLXInterface
Inherited By:N/A

Methods

MethodDescription
Add3DSettingsEventListenerRegisters an event listener for notifications when 3D Graphics settings change.
Remove3DSettingsEventListenerUnregisters an event listener from 3D Graphics settings event list.

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

See Also: Add3DSettingsEventListener, Remove3DSettingsEventListener, IADLXInterface, Sync3DReceive, Sync3DReceive