Add the ability to use a right click gesture recognizer on desktop platforms. There's already some API declared that should cover this scenario: https://github.com/dotnet/maui/blob/cdf43dafaf2dd30ec8732adcb4df855465e9623f/src/Controls/src/Core/ClickGestureRecognizer.cs#L59 Platforms: - [ ] [Android](https://github.com/dotnet/maui/issues/9653) - [x] iOS - [x] Mac Catalyst - [x] Windows #9589
Add the ability to use a right click gesture recognizer on desktop platforms.
There's already some API declared that should cover this scenario:
maui/src/Controls/src/Core/ClickGestureRecognizer.cs
Line 59 in cdf43da
Platforms: