Hello All,
I have created GUI application for my custom board.
with environment variable export QWS_MOUSE_PROTO=tslib:/dev/input/event0 it works fine for manual touch.
Now i wanted to create simulation of frequent touch events for application testing.
So I created one test application which creates touch events and writes in /dev/uinput and this events are automatically re-directed by kernel to /dev/input/event1. Now starts the problem that I can see event by cat /dev/input/event1 but application doesn’t get any.
Any hint, clue, solution.?
↧