The reason is performance. The touch server is introduced for scribble and it will not lose any touch points. The default ttymxc1 just for normal GUI mouse events. So basically when using gui events, you should read data from ttymxc1. If you need to do something about scribble, you need to add listener to touch server.
|