X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcectypes.h;h=c80354e580284b06fcee86b9e21e373ea6eecdfe;hb=dbf90acfa110122cb4e993babb0f75a411355795;hp=d05a392dda39d8dbc2cd1963b46a440320f975d6;hpb=ff07d530081c95583ad2bd3849f0168da98239b1;p=deb_libcec.git diff --git a/include/cectypes.h b/include/cectypes.h index d05a392..c80354e 100644 --- a/include/cectypes.h +++ b/include/cectypes.h @@ -79,6 +79,11 @@ namespace CEC { */ #define CEC_BUTTON_TIMEOUT 500 +/*! + * don't send the same key twice within this timeout in milliseconds + */ +#define CEC_DOUBLE_TAP_TIMEOUT_MS 200 + /*! * don't query the power state for the same device within this timeout in milliseconds */