Double-click button

Hi) I want double click my button and I write op(‘button1’).click(clickCount=2), but button press once. I dont understand. Help pls)

How do you know it was only clicked once? If you are watching a Trail CHOP or something you will only see 1 spike since the double-click happens all in one frame.

Hey @KUDESNIK1990 ,

the click Panel value keeps track of how many times a button was clicked on. Using a Panel CHOP, you can keep track of that value.

Cheers
Markus