You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
is there an option to configure a button to trigger every x timeunits while holding it down or even encapsulate a certain action while holding down?
My target is to use an flasher on my racing wheel, that flashes as long as I hold the button.
In pseudo code
either
while (button_is_pressed){
//start ingame flasher animation
press(button_flasher)
// wait x.y seconds to press again
}
or
while (button_is_pressed){
// light on
press(button_light)
// wait x.y seconds
// light off
press(button_light)
// wait a.b seconds
}
Hopefully I didn't miss anything to obvious.
Cheers,
P.S. I love your project and thanks a lot
The text was updated successfully, but these errors were encountered:
Hi there,
is there an option to configure a button to trigger every x timeunits while holding it down or even encapsulate a certain action while holding down?
My target is to use an flasher on my racing wheel, that flashes as long as I hold the button.
In pseudo code
either
or
Hopefully I didn't miss anything to obvious.
Cheers,
P.S. I love your project and thanks a lot
The text was updated successfully, but these errors were encountered: