-
I want to be able to freeze a button so that it can't be pressed while still running a function. |
Beta Was this translation helpful? Give feedback.
Answered by
marcomusy
Sep 20, 2021
Replies: 1 comment
-
You can use: (as in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
marcomusy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use:
bu.actor.PickableOff()
(as in
examples/basic/buttons.py
)