Search code examples
apache-flexbuttonflex4flex-spark

Listen buttonUp event in spark Button


There is event in spark Button - buttonDown. But how to determine the button up event?


Solution

  • There is no buttonUp event. Although you can always rely on keyUp(for Keyboard) and mouseUp(for mouse).