Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Mitigation: Pointer-based Touch and Stylus Support"
ms.date: "04/07/2017"
helpviewer_keywords:
helpviewer_keywords:
- "retargeting changes"
- ".NET Framework 4.7 retargeting changes"
- "WPF retargeting changes"
Expand All @@ -10,7 +10,7 @@ ms.assetid: f99126b5-c396-48f9-8233-8f36b4c9e717
---
# Mitigation: Pointer-based Touch and Stylus Support

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.
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.

## Impact

Expand All @@ -34,7 +34,7 @@ The following are current known issues with the optional `WM_POINTER`-based touc

## Opting in to WM_POINTER-based touch/stylus support

Developers who wish to enable this stack can add the following to their application's app.config file:
Developers who wish to enable this stack can add the following to their application's *app.config* file.

```xml
<configuration>
Expand Down