Skip to content

Commit

Permalink
Add palm/invalid finger type (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
1Revenger1 authored Apr 29, 2024
1 parent 8e36453 commit 3f63693
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
VoodooInput Changelog
=====================
#### v1.1.4
- Added palm/invalid finger type

#### v1.1.3
- Added trackpoint logic improvements by @1Revenger1
- Seperated X and Y axis
Expand Down
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 3f63693

Please sign in to comment.