I need to use an 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 passed by the touch screen on meego device to invoke the respective touch event?
Whether the input type is coordinates, screen, any id?
I know I can use QTouchEvent
class instance and pass it QApplication:: sendEvent()
,
but how to programatically post the touch event which will be processed just as an actual human touch?
Please suggest alternative solution.
Thanks