We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c45ae8 commit e647fabCopy full SHA for e647fab
src/xrEngine/Xr_input.cpp
@@ -351,7 +351,7 @@ BOOL CInput::iGetAsyncKeyState(int dik)
351
BOOL CInput::iGetAsyncBtnState(int btn) { return !!mouseState[btn]; }
352
void CInput::ClipCursor(bool clip)
353
{
354
- HWND hwnd = Device.m_hWnd;
+ /*HWND hwnd = Device.m_hWnd;
355
if (hwnd)
356
357
if (clip)
@@ -364,7 +364,7 @@ void CInput::ClipCursor(bool clip)
364
}
365
else
366
::ClipCursor(nullptr);
367
- }
+ }*/
368
369
370
void CInput::MouseUpdate()
0 commit comments