diff --git a/src/Windows/Avalonia.Win32/WindowImpl.AppWndProc.cs b/src/Windows/Avalonia.Win32/WindowImpl.AppWndProc.cs index 2ce4d7d1f0..a2f9b7886a 100644 --- a/src/Windows/Avalonia.Win32/WindowImpl.AppWndProc.cs +++ b/src/Windows/Avalonia.Win32/WindowImpl.AppWndProc.cs @@ -864,7 +864,7 @@ namespace Avalonia.Win32 Pressure = info.pressure / 1024f, Twist = info.rotation, XTilt = info.tiltX, - YTilt = info.tiltX + YTilt = info.tiltY }; }