Skip to content

Commit

Permalink
Add palm finger type
Browse files Browse the repository at this point in the history
  • Loading branch information
1Revenger1 committed Apr 26, 2024
1 parent 8e36453 commit 7a374c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion VoodooInput/VoodooInputMultitouch/VoodooInputTransducer.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ enum MT2FingerType {
kMT2FingerTypeMiddleFinger,
kMT2FingerTypeRingFinger,
kMT2FingerTypeLittleFinger,
kMT2FingerTypeCount
kMT2FingerTypePalm,
kMT2FingerTypeCount = kMT2FingerTypePalm
};

enum VoodooInputTransducerType {
Expand Down

0 comments on commit 7a374c5

Please sign in to comment.