Quote:
Originally Posted by tshering
I do not know whether sketch is expected to work on Kobo Touch.
|
Thank you for reporting. I believe it might have something to do with the touch protocol used by the
Touch. I'm only handling
ABS_MT_POSITION_{X,Y} and the
Touch might be emitting
ABS_{X,Y} instead.
I've attached a debug version of
Sketch that prints
evdev events on standard output. Could you try that version and do something like:
- First finger down, second finger down.
- Move both fingers.
- Release first finger then second finger.
And post the content of
crash.log?