Ref T391, style

This commit is contained in:
Klaus Basan
2018-10-07 18:56:53 +02:00
parent f90ad72d9e
commit 24ee4da4f9

View File

@@ -45,7 +45,7 @@ namespace BlackInput
} }
// Set cooperative level // Set cooperative level
if(!helperWindow) { return false; } if (!helperWindow) { return false; }
if (FAILED(hr = m_directInputDevice->SetCooperativeLevel(helperWindow, DISCL_NONEXCLUSIVE | DISCL_BACKGROUND))) if (FAILED(hr = m_directInputDevice->SetCooperativeLevel(helperWindow, DISCL_NONEXCLUSIVE | DISCL_BACKGROUND)))
{ {
CLogMessage(this).warning("IDirectInputDevice8::SetCooperativeLevel failed: ") << hr; CLogMessage(this).warning("IDirectInputDevice8::SetCooperativeLevel failed: ") << hr;