try 700 for fullscreen

Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
x7z4w
2025-12-18 17:44:01 +01:00
parent 9779fbc311
commit 98534692bb

View File

@@ -32,7 +32,7 @@ namespace df
namespace namespace
{ {
uint64_t constexpr kDoubleTapPauseMs = 180; uint64_t constexpr kDoubleTapPauseMs = 180;
uint64_t constexpr kLongTouchMs = 300; uint64_t constexpr kLongTouchMs = 700;
uint64_t constexpr kKineticDelayMs = 300; uint64_t constexpr kKineticDelayMs = 300;
float constexpr kForceTapThreshold = 0.75; float constexpr kForceTapThreshold = 0.75;