You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ModifierFlags on the PointerEventArgs for all PointerGestureRecognizer events.
Public API Changes
[Flags]publicenumKeyboardAcceleratorModifiers{None,AlphaShift,// iOS only?Shift,// iOS and windowsControl,// iOS and WindowsAlternate,// iOS only?Command,// iOSWindows,// Windows onlyNumericPad,// iOS onlyMenu// Windows Only }
We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.
Description
Add the
ModifierFlags
on thePointerEventArgs
for allPointerGestureRecognizer
events.Public API Changes
Intended Use-Case
Support the ability to add behavior for scenarios like "Shift and Left Click"
Additional Research
Do we need to add "secondary/primary" information as well?
Alternative solution for now
PointerEventArgs
then users can just tap into these themselves.The text was updated successfully, but these errors were encountered: