我在我的智慧結束於此。我到處尋找,找不到它。我想通過按下字母「p」來觸發一個函數我嘗試了幾種方法,但他們沒有工作。我也沒有使用jQuery。 這裏是我的代碼在這裏: //If key p is pressed, then trigger the stopsound function
function checkKey(p) {
stopmusic
}
document.addEv
我寫了這段代碼,但我得到這個錯誤: "left of '->key' must point to class/struct/union/generic type". 考慮到GUI從QWidget類派生的類,我怎麼能適當地捕捉一個關鍵的壓制? void GUI::keyPressEvent(QKeyEvent *event)
{
if (event->key()==Qt::Key_Up)