Simulating a touch event without a connected mobile phone
I am developing a Symbian application. Can I simulate a touch event (on a class derived from QGraphicsObject) without a phone connected to my (Windows Vista) computer? Apparently a mouse click on the displayed phone image does not do it. The event handler is however called at least once during the start-up process.
Re: Simulating a touch event without a connected mobile phone
I posted this thread a while ago. I wish to make the following correction: a touch event is not sent at all. I use 'sceneEvent(QEvent *event)' to handle the event. This is called, but for events of other types and not 'QEvent::TouchBegin' which is what I am interested in.
Re: Simulating a touch event without a connected mobile phone
I am interested in the same problem. It does not work on the window, and it does not work event on my N900 conected through Madde.
Please, if you find something, let me know. I will do the same.
Regards!!!