Skip to content

Commit

Permalink
- Move ButtonMask
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen committed Aug 23, 2022
1 parent 28daf15 commit cfc17c5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Controls/src/Core/ClickGestureRecognizer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@

namespace Microsoft.Maui.Controls
{
/// <include file="../../docs/Microsoft.Maui.Controls/ButtonsMask.xml" path="Type[@FullName='Microsoft.Maui.Controls.ButtonsMask']/Docs" />
[Flags]
public enum ButtonsMask
{
/// <include file="../../docs/Microsoft.Maui.Controls/ButtonsMask.xml" path="//Member[@MemberName='Primary']/Docs" />
Primary = 1 << 0,
/// <include file="../../docs/Microsoft.Maui.Controls/ButtonsMask.xml" path="//Member[@MemberName='Secondary']/Docs" />
Secondary = 1 << 1
}

/// <include file="../../docs/Microsoft.Maui.Controls/ClickGestureRecognizer.xml" path="Type[@FullName='Microsoft.Maui.Controls.ClickGestureRecognizer']/Docs" />
public sealed class ClickGestureRecognizer : GestureRecognizer
{
Expand Down

0 comments on commit cfc17c5

Please sign in to comment.