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