Quote:
Originally Posted by nhedgehog
Working fine on my Inkpad 3 actual firmware. Only thing is pinch to zoom, which is mostly not working since those gestures are not recognized precisely enough.
|
The firmware version 6 devices don't seem to have the GetTouchInfo() function anymore. Rather they use GetTouchInfoI(). They are pretty similar, except that you need to pass "par1" to GetTouchInfoI(). I also noticed some other strangeness on double tap events (only one set of points given), so you may need to deal with that, as well, if you use those.