mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[idd] driver: reset cursor thread events on reinit
This commit is contained in:
@@ -102,6 +102,9 @@ void CIndirectMonitorContext::UnassignSwapChain()
|
||||
m_swapChain.reset();
|
||||
m_dx11Device.reset();
|
||||
m_dx12Device.reset();
|
||||
|
||||
ResetEvent(m_terminateEvent .Get());
|
||||
ResetEvent(m_cursorDataEvent.Get());
|
||||
}
|
||||
|
||||
DWORD CALLBACK CIndirectMonitorContext::_CursorThread(LPVOID arg)
|
||||
|
Reference in New Issue
Block a user