On3DSettingsChanged

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

Syntax

Copied!

adlx_bool    On3DSettingsChanged (IADLX3DSettingsChangedEvent * p3DSettingsChangedEvent)

Parameters

  1. [in] p3DSettingsChangedEvent IADLX3DSettingsChangedEvent * The pointer to a 3D Graphics settings change event.

Return Value

If the application requires ADLX to continue notifying the next listener, true must be returned.

If the application requires ADLX to stop notifying the next listener, false must be returned.

Remarks

Once the application registers to the notifications with Add3DSettingsEventListener , ADLX will call this method until the application unregisters from the notifications with Remove3DSettingsEventListener . The method should return quickly to not block the execution path in ADLX. If the method requires a long processing of the event notification, the application must hold onto a reference to the 3D Graphics settings change event with Acquire and make it available on an asynchronous thread and return immediately. When the asynchronous thread is done processing it must discard the 3D Graphics settings change event with Release .

Requirements

Header

include “I3DSettings.h”

Minimum version

1.0