Is it an option to use RAW mouse pointer input? I know that means we don't get pointer acceleration, but perhaps we could do that ourselves? https://stackoverflow.com/questions/36862013/raw-input…
GetMouseMovePointsEx
returns corrupt data for quadrants 2 through 4 of the screen when the input is in absolute coordinates. This most commonly occurs with tablets, remote desktop, and Win32…
What you experience is probably the fact, that you can zoom out more using one gesture than zooming in. If I print the scale value reported by Windows, the minimum and maximum values I can get…
Manually testing this seems to have reversed the problem, zooming out moves more than zooming in?
Ack, wrong command. @blender-bot package windows
I vaguely remember that we can limit reading the Wintab packets constrained to those associated to the current WT_PACKET
Windows message, currently I believe we drain the whole Wintab packet…
Rejected for systemic concerns noted in PR comments, requesting changes to put a pin in that.
I don't believe we want to pursue this approach. This will just introduce a new bug for users asking why they have periodic straight line jumps in otherwise smooth brush strokes.
In general I…
Yep, this is only "correctly" implemented for View 2D views (not 2D views in general), and even then it's making no attempt to handle little detail such as swapping left/right or top/down touch…
Couldn't recreate this behavior on a Surface device (Windows Ink). Will try on a Wintab device when I'm able to.