We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4810a0c commit 558df3dCopy full SHA for 558df3d
dotnet/InkRecognition/wpf-app/src/MainWindow.xaml.cs
@@ -19,6 +19,7 @@ public partial class MainWindow : Window
19
InkRecognizer inkRecognizer;
20
DisplayInformation displayInfo;
21
private readonly DispatcherTimer dispatcherTimer;
22
+ // Time to wait before triggering ink recognition operation
23
const double IDLE_WAITING_TIME = 1000;
24
25
public MainWindow()
0 commit comments