mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-10 00:06:32 -05:00
yuzu: config: Fix mapping issues with the enter key
This commit is contained in:
@@ -1332,6 +1332,9 @@ void ConfigureInputPlayer::HandleClick(
|
||||
QPushButton* button, std::size_t button_id,
|
||||
std::function<void(const Common::ParamPackage&)> new_input_setter,
|
||||
InputCommon::Polling::InputType type) {
|
||||
if (timeout_timer->isActive()) {
|
||||
return;
|
||||
}
|
||||
if (button == ui->buttonMotionLeft || button == ui->buttonMotionRight) {
|
||||
button->setText(tr("Shake!"));
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user