We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2d1c1 commit 02296ddCopy full SHA for 02296dd
VoodooRMI/Functions/Input/RMITrackpadFunction.cpp
@@ -280,7 +280,7 @@ void RMITrackpadFunction::handleReport(RMI2DSensorReport *report)
280
}
281
282
inputEvent.transducers[0].isPhysicalButtonDown = clickpadState;
283
- inputEvent.contact_count = validFingerCount;
+ inputEvent.contact_count = maxIdx;
284
inputEvent.timestamp = report->timestamp;
285
286
sendVoodooInputPacket(kIOMessageVoodooInputMessage, &inputEvent);
0 commit comments