We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd469b commit ce6b5bfCopy full SHA for ce6b5bf
README.md
@@ -125,6 +125,7 @@ and don't forget to clean the project after making such a change:
125
#define EBUTTON_SUPPORT_SINGLE_AND_DOUBLE_CLICKS_DISABLED
126
#define EBUTTON_SUPPORT_LONG_PRESS_START_DISABLED
127
#define EBUTTON_SUPPORT_LONG_PRESS_DURING_DISABLED
128
+#define EBUTTON_SUPPORT_LONG_PRESS_END_DISABLED
129
```
130
> **NOTE:** If you disable `EBUTTON_SUPPORT_SINGLE_AND_DOUBLE_CLICKS`, then you can use the `DONE_CLICKING` event to process
131
> single, double, and any other number of clicks. Just use `getClicks()` to get the final clicks count. You can then also disable
0 commit comments