Can you make a ui.Button.action repeat when the button is held?
-
Just wondering if this is easy, or would it require gestures?
-
You can make your own Button/View and use the methods touch_began(), touch_ended() and a timer. example You maybe also need @ui.in_background.