mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Ref T391, style
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user