I need to use the input text file as an alternative to touch input for a meego based device, I want to know how I can do this.
What input parameters are actually transmitted by the touch screen on the meego device to trigger the corresponding touch event?
Is the input type coordinates, screen, any identifier?
I know that I can use an instance of the QTouchEvent class and pass it to QApplication:: sendEvent() , but how do I program a touch message that will be processed in the same way as the actual human touch?
Please suggest an alternative solution.
thanks
source share