improve:长按翻页

This commit is contained in:
2025-08-24 10:39:24 +08:00
parent fd9b4b4ba6
commit 4e185ef584
+2 -2
View File
@@ -86,8 +86,8 @@ namespace Ink_Canvas
private DispatcherTimer _longPressTimer;
private bool _isLongPressActive = false;
private bool _isLongPressNext = true; // true为下一页,false为上一页
private const int LongPressDelay = 500; // 长按延迟时间(毫秒)
private const int LongPressInterval = 200; // 长按翻页间隔(毫秒)
private const int LongPressDelay = 50; // 长按延迟时间(毫秒)
private const int LongPressInterval = 50; // 长按翻页间隔(毫秒)
#endregion
#region PPT Managers