mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
fahhh
This commit is contained in:
@@ -345,7 +345,7 @@ void UserInput::acquireKeyboard()
|
||||
diKeyboardPtr->Unacquire(); // for good measure
|
||||
|
||||
HRESULT hr = diKeyboardPtr->SetCooperativeLevel(wnd,
|
||||
DISCL_FOREGROUND | DISCL_EXCLUSIVE);
|
||||
DISCL_FOREGROUND | DISCL_NONEXCLUSIVE);
|
||||
if (hr != DI_OK)
|
||||
{
|
||||
DXINPUT_TRACE("diKeyboardPtr->SetCooperativeLevel failed %d\n", hr);
|
||||
|
||||
Reference in New Issue
Block a user