Replies: 3 comments 5 replies
-
I could be wrong, but I seem to vaguely recall that some gesture recognisers are touch only. Which means you need a real touch screen to use them. But I also don't have much experience using them. |
Beta Was this translation helpful? Give feedback.
-
Maybe... Removing this check in PullGestureRecognizer.cs would make it work with the mouse ? protected override void PointerPressed(PointerPressedEventArgs e) |
Beta Was this translation helpful? Give feedback.
-
The gesture is indeed recognized and the events are fired if:
Works on my machine :) Ugly work around for sure but proves that the Avalonia code could easily be fixed... |
Beta Was this translation helpful? Give feedback.
-
Here is my code:
And:
And I add breakpoint to PullGestureEvent and PullGestureEndedEvent above. However, no matter I drag from top to bottom, the breakpoint never works. What's wrong with my code?
Beta Was this translation helpful? Give feedback.
All reactions