Debounce time for touch

Hi,
I have Apalis iMX8 on Ixora carrier board. Connected a resistive touch HDMI monitor and a touch interface over USB . A Yocto image is running on the target.

Is there a way to set the debounce time for resistive touch. So that touch event will be occurred only when the debounce time is expired.

Thanks.

Hi @arj_don,

Touch input is handled by libinput, although am not sure if there is such settings available with libinput that said please check their respective document and see if that works in your use case
https://wayland.freedesktop.org/libinput/doc/latest/button-debouncing.html

Best Regards
Ritesh Kumar

Hi @ritesh.tx ,

The link you had shared explains more about touchpad and keyboard.
I am looking for configuring double-tap speed for a mouse or touchscreen.

Thanks.