Replies: 3 comments 2 replies
-
What's the use-case of a button that needs to be double-clicked? How common is it? |
Beta Was this translation helpful? Give feedback.
-
How would this handle the new signal? If the |
Beta Was this translation helpful? Give feedback.
-
For people finding this: you can get |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Make a signal like
Button.pressed()
but for double click. I know it can be done through_input()
and double_click but a signal can be a better enhancementBeta Was this translation helpful? Give feedback.
All reactions