You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ptTablet.X=(int)Math.Round(ptTablet.X);// Make sure we snap to whole window pixels.
514
514
ptTablet.Y=(int)Math.Round(ptTablet.Y);
515
-
ptTablet=_stylusLogic.MeasureUnitsFromDeviceUnits(stylusDevice.CriticalActiveSource,ptTablet);// change to measured units now.
515
+
ptTablet=_stylusLogic.MeasureUnitsFromDeviceUnits(inputReport.InputSource??stylusDevice.CriticalActiveSource,ptTablet);// change to measured units now.
516
516
517
517
pic=HittestPlugInCollection(ptTablet);// Use cached rectangles for UIElements.
0 commit comments