You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do have triple-clicking (arbitrary number of clicks, actually) in mind for a future version, as I also need it for a future project.
It will be necessary to introduce a delay to signalling the double-click event to the user, and count the number of clicks in-between. I tried to quickly hack it in just now, but it doesn't seem to be possible to do so by changing just a line or two, so I'll have to look at it when I have more time later.
Hello,
Very interesting library. Congratulations for the work.
I want to design a domotical central for my house's shutters. (13 shutters, 13 Up buttons and 13 Down buttons).
Idea :
Long press "mode" : the concerning shutter open (or close) the time of the press duration... then stops.
One click "mode" : the concerning shutter open (or close) totally !
Two clicks "mode" : all the floor’s shutters opens (or closes) totally !
What I miss is a three clicks "mode" : the whole house’s shutters opens (or closes) totally !
I tried to understand your program to modify it. But I'm not enough experienced to implement the "three clicks" functionality.
My questions :
Is it planned to implement this function ?
If not, do you have some tips to help me ?
Best regards,
Stéphane C.
The text was updated successfully, but these errors were encountered: