remove the hardcoded F11 debug key before I forget about it again
This commit is contained in:
parent
0f353e0d5f
commit
b00cd8bdee
|
@ -1325,7 +1325,7 @@ void MainWindow::keyPressEvent(QKeyEvent* event)
|
||||||
if (event->isAutoRepeat()) return;
|
if (event->isAutoRepeat()) return;
|
||||||
|
|
||||||
// TODO!! REMOVE ME IN RELEASE BUILDS!!
|
// TODO!! REMOVE ME IN RELEASE BUILDS!!
|
||||||
if (event->key() == Qt::Key_F11) NDS::debug(0);
|
//if (event->key() == Qt::Key_F11) NDS::debug(0);
|
||||||
|
|
||||||
Input::KeyPress(event);
|
Input::KeyPress(event);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue