Hey there, I want to add a double click function in my code. But how can I do this? And is ther a possiblity to distinguish between a normal click and a double click? I'm looking forward to your replies. Best regards Maurice W.
Guest
#4673094
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
Guest
#4673695
You can use this library: https://github.com/TOLDOTECHNIK/TTBOUNCE It has a double click event and also debounces your hardware button.
Reply
Please log in before posting.