Skip to content

Commit

Permalink
made longClickCount a const
Browse files Browse the repository at this point in the history
  • Loading branch information
LennartHennigs committed Dec 13, 2022
1 parent a68de93 commit 591e37e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ void setTripleClickHandler(CallbackFunction f);
void setLongClickHandler(CallbackFunction f);
void setLongClickDetectedHandler(CallbackFunction f);
void setLongClickDetectedRetriggerable(bool retriggerable);
void byte getLongClickCount();
void byte getLongClickCount() const;

unsigned int wasPressedFor() const;
boolean isPressed() const;
Expand Down
1 change: 1 addition & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ getID KEYWORD2
setID KEYWORD2
wasPressed KEYWORD2
read KEYWORD2
getLongClickCount KEYWORD2
wait KEYWORD2
waitForClick KEYWORD2
waitForDouble KEYWORD2
Expand Down

0 comments on commit 591e37e

Please sign in to comment.