Skip to content

Commit

Permalink
remove comment regarding setValue not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Kethen committed Sep 8, 2021
1 parent bcacec1 commit 7051e67
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions VoodooI2CHID/VoodooI2CPrecisionTouchpadHIDEventDriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
OSDefineMetaClassAndStructors(VoodooI2CPrecisionTouchpadHIDEventDriver, VoodooI2CMultitouchHIDEventDriver);

void VoodooI2CPrecisionTouchpadHIDEventDriver::enterPrecisionTouchpadMode() {
// We should really do this using `input_mode_element->setValue(INPUT_MODE_TOUCHPAD)`
// but I am not able to get it to work.

digitiser.input_mode->setValue(INPUT_MODE_TOUCHPAD);

ready = true;
Expand Down

0 comments on commit 7051e67

Please sign in to comment.