Quote:
Originally Posted by mdp
(e.g., as this "mouse vs pen" issue is fully identified).
|
Investigating along these lines further...
The Draw app has a custom view that implements onTouchEvent so I added some logging to see how fast that was. It seemed just as fast with my finger as with the stylus (in both cases, seemed speedy enough). I tried with Onyx's TouchHelper enabled as well as disabled with results that didn't seem different subjectively.
The time it takes for strokes to appear on the screen is slow as before of course -- so detection / responsiveness(?) does not appear slow. It seems there is something subsequent to receiving the events which is not fast enough. Does that make sense?