i am using an input text file to read touch input for a meego based device instead of actual human touch, i want to know how do i do this?
what input parameters are actually give 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 manually generate the touch event which will be understood just as actual human touch?
suggest alternative solution
thanks
what input parameters are actually give 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 manually generate the touch event which will be understood just as actual human touch?
suggest alternative solution
thanks