-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved pointer handling on UWP and Hover events (#27)
* Update Xamarin.Forms * Correct handling of UWP pointer events * Add hover events (Android and UWP) and sample page * Hover status improvements * hover improvements * Add HoverStateChanged and HoverStatusChanged * refactor hover on android * Add _inrange check to android * code style fixes * Revert "Update Xamarin.Forms" This reverts commit a81f963. * fix TouchEffect.csproj + fix hoverpage + fix UWP pointerreleased pressed state * fix tap without movement on android (inrange enabled on down) * requested code style changes * revert changes * remove unecessary spaces * Remove Hover events from TouchView.cs * fix formatting
- Loading branch information
1 parent
2bd952c
commit 51de2b2
Showing
20 changed files
with
12,255 additions
and
7,622 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.