I am using tslib with qt application for touch by setting QWS_MOUSE_PROTO to tslib:/dev/input/event1. On the other hand I want use tslib with my c native application also to get touch events. But I am not getting any events in my application.
If I make qt to use mouse by setting QWS_MOUSE_PROTO to IntelliMouse:/dev/input/mice, then my application is able to get touch events from tslib.
My question is can't two applications use tslib at the same time.?
Platform I am using is imx6, linux kernel version is 3.0.35 and touch driver is eGalax.