I have an embedded application which is using x11 with opengl for windowing and rendering of graphics. The device has a touch screen, which is used for application interaction. Currently, the touch screen driver is implemented in our application space and we handle the events accordingly. However, I want that the touch events should go to the application via X11 interface.
Can anyone help me understand how this can be achieved ?