Skip to content

Commit 558df3d

Browse files
committed
add comment for idle time
1 parent 4810a0c commit 558df3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotnet/InkRecognition/wpf-app/src/MainWindow.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public partial class MainWindow : Window
1919
InkRecognizer inkRecognizer;
2020
DisplayInformation displayInfo;
2121
private readonly DispatcherTimer dispatcherTimer;
22+
// Time to wait before triggering ink recognition operation
2223
const double IDLE_WAITING_TIME = 1000;
2324

2425
public MainWindow()

0 commit comments

Comments
 (0)