Add "addChangeListener" to ktx-actors #139
CreamyCookie
started this conversation in
Ideas
Replies: 1 comment
-
It's already there in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for the libraries. @czyzby 👍
Here's a little addition I wrote to make it easier to write
ChangeListener
to button etc. events, since according to the Vis*Button these are recommended since they don't trigger the event when the button is disabled (contrary to ClickListener).Then one can add a listener like this:
Beta Was this translation helpful? Give feedback.
All reactions