开发者

Listen buttonUp event in spark Button

开发者 https://www.devze.com 2023-03-22 09:52 出处:网络
There 开发者_开发问答is event in spark Button - buttonDown. But how to determine the button up event?There is no buttonUp event. Although you can always rely on keyUp(for Keyboard) and mouseUp(for mou

There 开发者_开发问答is event in spark Button - buttonDown. But how to determine the button up event?


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


The click event is a combination of mouseDown and mouseUp. That's the one I usually listen to.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号