Home
last modified time | relevance | path

Searched refs:ms_doubleclick_grace (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-button.h48 uint16_t ms_doubleclick_grace; member
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
Dlws-button.c74 .ms_doubleclick_grace = 120,
328 if (comp_age_ms >= regime->ms_doubleclick_grace) { in LWS_PLAT_TIMER_CB()
/third_party/libwebsockets/lib/drivers/button/
Dlws-button.c75 .ms_doubleclick_grace = 120,
339 if (comp_age_ms >= regime->ms_doubleclick_grace) { in LWS_PLAT_TIMER_CB()
DREADME.md87 ms_doubleclick_grace|120ms|The time allowed after a click to see if a second, double-click, is fort…