Skip to content
Open
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
Expand Up @@ -76,12 +76,12 @@ internal enum FlickScrollDirection
/// <summary>
/// The event parameters for WISP pen input
/// </summary>
private const string WispPenSystemEventParametersKey = WispRootKey + @"Software\Microsoft\Wisp\Pen\SysEventParameters";
private const string WispPenSystemEventParametersKey = WispRootKey + @"Pen\SysEventParameters";

/// <summary>
/// The WISP touch paramaters
/// </summary>
private const string WispTouchConfigKey = WispRootKey + @"Software\Microsoft\Wisp\Touch";
private const string WispTouchConfigKey = WispRootKey + @"Touch";

/// <summary>
/// The max distance a double tap can vary
Expand Down