MCPcopy Create free account
hub / github.com/Aleksoid1978/VideoRenderer / SetD3DFullscreen

Method SetD3DFullscreen

Source/VideoRenderer.cpp:1563–1567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1561// ID3DFullscreenControl
1562
1563STDMETHODIMP CMpcVideoRenderer::SetD3DFullscreen(bool bEnabled)
1564{
1565 m_bExclusiveScreen = m_bIsD3DFullscreen = bEnabled;
1566 return S_OK;
1567}
1568
1569STDMETHODIMP CMpcVideoRenderer::GetD3DFullscreen(bool* pbEnabled)
1570{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected