mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[drape] Lower tap delays
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
committed by
Konstantin Pastbin
parent
3511dbb692
commit
d2fee9ff8e
@@ -31,9 +31,9 @@ namespace df
|
|||||||
{
|
{
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
uint64_t constexpr kDoubleTapPauseMs = 250;
|
uint64_t constexpr kDoubleTapPauseMs = 160;
|
||||||
uint64_t constexpr kLongTouchMs = 500;
|
uint64_t constexpr kLongTouchMs = 300;
|
||||||
uint64_t constexpr kKineticDelayMs = 500;
|
uint64_t constexpr kKineticDelayMs = 300;
|
||||||
|
|
||||||
float constexpr kForceTapThreshold = 0.75;
|
float constexpr kForceTapThreshold = 0.75;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user