Double Click logic was a little broken when this repo was forked. While it was enabled by default, single clicks would also occur on double click unless enable_double_click
was explicitly set to true. Enabling double click also introduces a delay in single clicks so that there is time for the card to determine if a single or double click is event occurring, In order to not degrade performance double clicks on the touchpad are now disabled by default.
- Double clicks disabled by default, but can still be enabled by setting
enable_double_click
to true. - Single click actions no longer occur on double click when double click is enabled.