mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15: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{
|
}else{
|
||||||
if(config->isMappedLike("down", input) || config->isMappedLike("up", input) ||
|
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();
|
stopScrolling();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue