added another special key to the one mapped from qt to anttweakbar

This commit is contained in:
Paolo Cignoni 2012-03-04 16:27:02 +00:00
parent 858e4c575f
commit 3c85446ae4
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ int TwKeyPressQt(QKeyEvent *e)
case Qt::Key_Enter: k = TW_KEY_RETURN; break;
case Qt::Key_Escape: k = TW_KEY_ESCAPE; break;
case Qt::Key_Tab: k = TW_KEY_TAB; break;
case Qt::Key_Space: k = TW_KEY_SPACE; break;
}
}