MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / ~Window

Method ~Window

GTE/Applications/MSW/Window.cpp:34–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34Window::~Window()
35{
36#if defined(GTE_USE_DIRECTX)
37 if (mEngine)
38 {
39 auto dxengine = std::static_pointer_cast<DX11Engine>(mEngine);
40 dxengine->ExitFullscreen();
41 }
42#endif
43}
44
45Window::Window(Parameters& parameters)
46 :

Callers

nothing calls this directly

Calls 1

ExitFullscreenMethod · 0.80

Tested by

no test coverage detected