Skip to content

Commit

Permalink
Update ButtonBase.cs (#2375)
Browse files Browse the repository at this point in the history
  • Loading branch information
krwq authored Jan 16, 2025
1 parent dad18cd commit 272958a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/Button/ButtonBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class ButtonBase : IDisposable
public bool IsDoublePressEnabled { get; set; } = false;

/// <summary>
/// Define if single press event is enabled or disabled on the button.
/// Indicates if the button is currently pressed.
/// </summary>
public bool IsPressed { get; set; } = false;

Expand Down

0 comments on commit 272958a

Please sign in to comment.