WPFGestureRecognizer 1.0.4
Install-Package WPFGestureRecognizer -Version 1.0.4
dotnet add package WPFGestureRecognizer --version 1.0.4
<PackageReference Include="WPFGestureRecognizer" Version="1.0.4" />
paket add WPFGestureRecognizer --version 1.0.4
#r "nuget: WPFGestureRecognizer, 1.0.4"
// Install WPFGestureRecognizer as a Cake Addin
#addin nuget:?package=WPFGestureRecognizer&version=1.0.4
// Install WPFGestureRecognizer as a Cake Tool
#tool nuget:?package=WPFGestureRecognizer&version=1.0.4
WPF interactivity trigger, running actions when swipe and/or tap gestures are detected.
Product | Versions |
---|---|
.NET Framework | net46 net461 net462 net463 net47 net471 net472 net48 |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Fixed a readme typo in which I typed "what to contribute" as opposed to "want to contribute". (sigh...)
Included multi-touch handling (up to 5 points) when recognising swipes and taps. By default all gestures will trigger
for a single touch point but it can be expanded by using the GestureModifier dependency property.
Re-wrote GestureRecognizer to delegate event subscription and surface management to an unique instance.
Used Delorean to travel to October 26, 1985 to tell Doc we don't have hoverboards in 2015.