RehabMan / OS-X-Voodoo-PS2-Controller

Contains updated Voodoo PS/2 Controller, improved Keyboard & Synaptics TouchPad
Other
489 stars 179 forks source link

3 finger don't work #160

Closed khanhtran-cse closed 6 years ago

khanhtran-cse commented 6 years ago

The 3 finger move event was catch by 2 finger event. Code: switch(w){ default: //two finger event //this is match first, so case 1 not run break; case 1://three finger event break; } @RehabMan