Description
openedon Aug 21, 2020
- .NET Core Version: 3.1.301
- Windows version: (
winver
) - Does the bug reproduce also in WPF for .NET Framework 4.8?: Yes
Problem description:
I don’t know how to turn on WM_Pointer message under .NET Core 3.1, but I can turn on WM_Pointer message under .NET Framework 4.7.2
After the Pointer message is turned on, the coordinates of the GetStylusPoints points I obtained in the StylusMove event are incorrect, and there is a big error with the coordinates of the correct point.
Actual behavior:
My application works well at a resolution of 1920x1080, but at a resolution of 800x600, problems will occur.
The behavior of the application is that when using touch to draw handwriting, the handwriting drawn by the application does not coincide with my actual touch track
As shown below
Expected behavior:
I expect to draw the same effect under Pointer as without using Pointer
Minimal repro: