![]() |
![]() |
![]() |
Shows or hides the sample framework's device settings dialog box.
Syntax
VOID DXUTSetShowSettingsDialog(
BOOL bShow );
Parameters
- bShow
- [in] If TRUE, the settings dialog box will be displayed.
Return Value
No return value.
Remarks
The sample framework's device settings dialog box provides the user with easy run-time access to change most of the device settings. The sample framework will handle all user input and rendering while the settings dialog box is visible.
Note The settings dialog does not have direct access to the internal sample framework state. A similar custom dialog box interface with the framework uses public framework functions, such as DXUTGetDeviceSettings and DXUTCreateDeviceFromSettings.
Function Information
Header dxut.h Import library None Minimum operating systems Windows 98