You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Mitigation: Pointer-based Touch and Stylus Support
12
12
13
-
WPF applications that target the .NET Framework 4.7 and are running on Windows Systems starting with Windows 10 Creators Update can enable an optional `WM_POINTER`-based WPF touch/stylus stack.
13
+
WPF applications that target the .NET Framework 4.7 and are running on Windows starting with Windows 10 Creators Update can enable an optional `WM_POINTER`-based WPF touch/stylus stack.
14
14
15
15
## Impact
16
16
@@ -34,7 +34,7 @@ The following are current known issues with the optional `WM_POINTER`-based touc
34
34
35
35
## Opting in to WM_POINTER-based touch/stylus support
36
36
37
-
Developers who wish to enable this stack can add the following to their application's app.config file:
37
+
Developers who wish to enable this stack can add the following to their application's *app.config* file.
0 commit comments