mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-05 15:48:39 +00:00
Update kbm_gui.cpp
This commit is contained in:
parent
928e395e09
commit
814f1831cf
1 changed files with 2 additions and 2 deletions
|
@ -702,7 +702,7 @@ bool KBMSettings::eventFilter(QObject* obj, QEvent* event) {
|
||||||
if (timer && timer->isActive()) {
|
if (timer && timer->isActive()) {
|
||||||
timer->stop();
|
timer->stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (keyEvent->key()) {
|
switch (keyEvent->key()) {
|
||||||
case Qt::Key_Space:
|
case Qt::Key_Space:
|
||||||
keyText = "space";
|
keyText = "space";
|
||||||
|
@ -1093,7 +1093,7 @@ bool KBMSettings::eventFilter(QObject* obj, QEvent* event) {
|
||||||
timer->stop();
|
timer->stop();
|
||||||
MappingButton->setText(mapping);
|
MappingButton->setText(mapping);
|
||||||
mappinglist.clear();
|
mappinglist.clear();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue