Replies: 1 comment
-
You need to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
in WPF I use an InputBindings to perform a special action when a button is clicked and at the same time a key is pushed:
As far as I can see I cannot do it that way in Avalonia but I have to use a pointer event: https://docs.avaloniaui.net/docs/concepts/input/pointer
However, using PointerPressed with a function seems only to work with the right click of the mouse:
but not the left click.
Someone has an idea how I can fix that?
Thanks
Stephan
Beta Was this translation helpful? Give feedback.
All reactions