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 59f66e7 commit dcaedaaCopy full SHA for dcaedaa
src/game/iw4/mp/components/console.cpp
@@ -361,7 +361,7 @@ void Console::HandleInput()
361
if (keystroke.Flags == 0 || keystroke.Flags & XINPUT_KEYSTROKE_KEYUP)
362
return;
363
364
- DbgPrint("Key pressed: %c (VK: %d)", keystroke.Unicode, keystroke.VirtualKey);
+ // DbgPrint("Key pressed: %c (VK: %d)", keystroke.Unicode, keystroke.VirtualKey);
365
366
// Toggle console with tilde key
367
if (keystroke.VirtualKey == VK_OEM_3)
0 commit comments