WPFGestureRecognizer 1.0.4
dotnet add package WPFGestureRecognizer --version 1.0.4
NuGet\Install-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 Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
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.