Skip to content

Commit

Permalink
TouchHandler: default buttonUnlocksOn to false
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroBurner committed Sep 30, 2024
1 parent 8f3b7b1 commit eecef5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/touchhandler/TouchHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace Pinetime {
bool touching;
};

TouchProcessReply ProcessTouchInfo(Drivers::Cst816S::TouchInfos info, bool buttonUnlocksOn);
TouchProcessReply ProcessTouchInfo(Drivers::Cst816S::TouchInfos info, bool buttonUnlocksOn=false);

bool IsTouching() const {
return currentTouchPoint.touching;
Expand Down

0 comments on commit eecef5e

Please sign in to comment.