-
-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix touch support #444
fix touch support #444
Conversation
Oh Im sorry. I'll fix that. |
I made the mistake to use the files mentioned in the issue which were based on an older commit and I replaced the whole content. I merged the code |
@dmg-hamann @punker76, any chance of getting this in? It's making our solution unusable. |
@las-nsc I am still on holiday. Next week I can have a look at this. |
Add touch support inspired by punker76#418
@dmg-hamann your changes have been merged, thanks for your contribution 👍 |
Thanks very much for the fix - I've upgraded to 3.2.0 using NuGet and the propblem has gone away. |
What changed?
Added the code @KKauK suggested in #418 and enhanced Showcase to test touch. I was able to test on a touch panel and after the adjustments it works fine.
Closes #418