Hold button to change values in options faster #976
Is your feature request related to a problem? Please describe.In the options page in IKEMEN, there are certain options like changing volume or match timer, where the options change only by 1 value per press of the button. If you want to change the timer from 99 to None, you have to press Left 100 times. Same to change it back again. Describe the solution you'd likeI'd like to be able to hold the left button down for it to tick through the numbers quickly, and tap to do so one at a time. Perhaps it'll go faster the longer you hold the button, and then you'd stop when you hit near the number you want, and then tap it for finer control. This is how most menus work in my experience. Additional contextNo response Search termsmenu value tick ticks option options volume timer control "one at a time" "1 at a time" |
Replies: 3 comments 1 reply
|
Some ideas I have for this are:
These could be system.def parameters for diverse options, such as select screen grid, options menu items, etc. Some naming ideas: menu.autoscroll.delay = 60 ; Default delay for an option (or the menu itself) to start autoscrolling (in ticks)
menu.autoscroll.speed = 10 ; Default speed at which the autoscroll will change an option value (or menu item) (in ticks)
menu.itemname.difficulty.autoscroll.delay = 0
menu.itemname.difficulty.autoscroll.speed = 10 |

implemented in #3333