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

link|improve this question
what's the problem with posting a QTouchEvent to the event queue, as you mention above? Are you trying to achieve any extra behaviour? – sjwarner Nov 12 '11 at 10:58
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.