SDL: Fix DXGI intercepting ALT+ENTER

This commit is contained in:
Connor McLaughlin
2020-04-11 00:00:15 +10:00
parent 6775100170
commit ebc3aa118c
2 changed files with 38 additions and 21 deletions

View File

@@ -49,7 +49,8 @@ private:
void RenderDisplay();
SDL_Window* m_window = nullptr;
SDL_GLContext m_gl_context = nullptr;
ComPtr<IDXGIFactory> m_dxgi_factory;
ComPtr<ID3D11Device> m_device;
ComPtr<ID3D11DeviceContext> m_context;