GuOrg / Gu.Wpf.UiAutomation

MIT License
96 stars 17 forks source link

Handle infinite speed in Mouse & Touch drag #75

Closed JohanLarsson closed 5 years ago

JohanLarsson commented 5 years ago
Mouse.Drag(MouseButton.Left, cp, cp + new Vector(40, 0), double.PositiveInfinity)

Not very important, will probably be hard to test gestures in a reliable way.