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 fe22f63 commit 6ece060Copy full SHA for 6ece060
1 file changed
src/xrEngine/xr_input.cpp
@@ -49,6 +49,10 @@ CInput::CInput(BOOL bExclusive, int deviceForInit)
49
ZeroMemory(timeSave, sizeof(timeStamp));
50
ZeroMemory(offs, sizeof(offs));
51
52
+ //===================== Dummy pack
53
+ iCapture(&dummyController);
54
+
55
56
xrDebug::SetDialogHandler(on_error_dialog);
57
58
#ifdef ENGINE_BUILD
0 commit comments