Allow long press on buttons "+" and "-"
guillaumecardon opened this issue · 3 comments
Hello,
When you want to modify to track progress, you need to click much and much time on buttons "+" and "-" to increase or decrease value.
It could be great to stay clicked on buttons until we had the wanted value.
Thanks
Hey, thank you for your suggestion!
Unfortunately currently the plugin API does not offer any way to check whether the button is held down for a longer time (see here), so this feature would require changes to the OpenRCT2 source code and plugin API itself. This makes it a bit more work to implement something like this.
As an alternative, you can use the dropdown marked in the picture below to increase the strength of the [+] and [-] buttons, so instead of +1 and -1 it will do +10 and -10 for example. Hope it helps! 😃
Oh yes, i didn't know this feature, thanks !