I want to have a value that increases continuously for as long as I keep a textButton pressed down and stop when it is released.
I know when I press a button I get a "buttonThatWasPressed" callback, that could start a timer or something, but is there a "butttonThatWasReleased" kind of function?