This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
Replies: 1 comment 1 reply
-
Using OnStartInteraction/OnEndInteraction, like (XAML)::
with (C#):
You may need refinements to detect things like EndInteraction due to moving mouse outside the GraphicsView's edges. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I need to do some custom functionality and I want to draw objects that the user would click on and some other click based functionality. How could I get click position in TapGestureRecognizer or ClickGestureRecognizer or is there a different way to handle this?
Beta Was this translation helpful? Give feedback.
All reactions