MCPcopy Create free account
hub / github.com/GPUOpen-Effects/GeometryFX / DXUTSetMultimonSettings

Function DXUTSetMultimonSettings

framework/d3d11/dxut/Core/DXUT.cpp:4309–4312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4307}
4308
4309void WINAPI DXUTSetMultimonSettings( _In_ bool bAutoChangeAdapter )
4310{
4311 GetDXUTState().SetAutoChangeAdapter( bAutoChangeAdapter );
4312}
4313
4314_Use_decl_annotations_
4315void WINAPI DXUTSetHotkeyHandling( bool bAltEnterToToggleFullscreen, bool bEscapeToQuit, bool bPauseToToggleTimePause )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected