WPFGestureRecognizer 1.0.4
WPF interactivity trigger, running actions when swipe and/or tap gestures are detected.
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"
Release Notes
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.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.