Skip to content

Commit

Permalink
fix: add long press gesture
Browse files Browse the repository at this point in the history
  • Loading branch information
horriblename committed Dec 17, 2023
1 parent b087bc7 commit a92ea5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GestureManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ GestureManager::GestureManager() {

this->addMultiFingerGesture(PSENSITIVITY, HOLD_DELAY);
this->addMultiFingerTap(PSENSITIVITY, HOLD_DELAY);
this->addLongPress(PSENSITIVITY, HOLD_DELAY);
this->addEdgeSwipeGesture(PSENSITIVITY, HOLD_DELAY);
}

Expand Down

0 comments on commit a92ea5e

Please sign in to comment.