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 }