Skip to content

QEvent::TouchUpdate event is not coming with any touch/multi-touch events #8

Description

@sachintikare

Hello,

I am following the steps specified in the mtdev installation guide for enabling multi-touch support for Embedded Qt in the below link,

http://www.ptrackapp.com/apclassys-notes/embedded-linux-multitouch/

When I run the pinchzoom example provided in the qTUIO/examples on my device, I am getting only QEvent::TouchBegin and QEvent::TouchEnd, but not getting QEvent::TouchUpdate. The multi-touch events are received as multiple touch events with only QEvent::TouchBegin/TouchEnd.

After some debugging I found that, qTUIO is not getting the calls to QTuio::updateTuioCursor() function, which is responsible for sending the QEvent::TouchUpdate event to Qt framework.

How do I fix this issue ?

Device details:
ARM compiler
Qt 4.8.5 for embedded linux
mtdev, tslib libraries

Thanks and Regards,
Sachin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions