haxeui / haxeui-core

The core library of the HaxeUI framework
http://haxeui.org
MIT License
340 stars 70 forks source link

Button repeater action #571

Closed Shallowmallow closed 7 months ago

Shallowmallow commented 7 months ago

I had to do some change in the action manager. I now always remove the repeated action before adding it again. This is is because when you're using the easeInRepeater for the button, actionRepeatInterval should change between calls, but it seems there is no way to check the delay of an existing timer.