github Nerwyn/android-tv-card v1.4.2
v1.4.2 - Fix Double Click Touchpad Logic

latest releases: 4.0.5, 4.0.5-alpha.009, 4.0.5-alpha.008...
13 months ago

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.

Don't miss a new android-tv-card release

NewReleases is sending notifications on new releases.