mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
Remove debug print
This commit is contained in:
@@ -200,9 +200,6 @@ public:
|
||||
{
|
||||
KeyPressDirection dir = GetDirection(e);
|
||||
|
||||
qInfo() << "keydown" << Qt::Key(e->key()) << "has scancode" << e->nativeScanCode()
|
||||
<< "and virtualkey" << e->nativeVirtualKey() << char(e->nativeVirtualKey());
|
||||
|
||||
switch(dir)
|
||||
{
|
||||
case KeyPressDirection::None: break;
|
||||
|
||||
Reference in New Issue
Block a user