mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 22:25:38 +00:00
input: fix the infinite scrolling with the left shoulder button after #631
This commit is contained in:
parent
b9fddff3a3
commit
c2a8617932
|
@ -282,7 +282,7 @@ bool TextListComponent<T>::input(InputConfig* config, Input input)
|
|||
}
|
||||
}else{
|
||||
if(config->isMappedLike("down", input) || config->isMappedLike("up", input) ||
|
||||
config->isMappedLike("rightshoulder", input) || config->isMappedTo("leftshoulder", input))
|
||||
config->isMappedLike("rightshoulder", input) || config->isMappedLike("leftshoulder", input))
|
||||
{
|
||||
stopScrolling();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue