mirror of
https://github.com/InfiniTimeOrg/InfiniTime.git
synced 2025-01-08 19:21:20 +03:00
TouchHandler: default buttonUnlocksOn to false
This commit is contained in:
parent
8f3b7b1f41
commit
eecef5e585
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user