I have successfully built and run a QtQuick 1 application on my hardware. The problem is that I cannot get the touch screen to work. I have built the tslib plugin (with debug code enabled). When I run the app with ./qml-app -platform linuxfb -plugin Tslib it executes and if I touch the touch screen I can see valid coords being reported by the tslib plugin:
handleMouseEvent 430 164 1 614966
handleMouseEvent 461 162 1 614966
handleMouseEvent 481 160 1 628606
handleMouseEvent 512 157 1 635419
handleMouseEvent 543 154 1 642244
The problem is nothing happens, the app does not see mouse events.
Is QWindowSystemInterface::handleMouseEvent not working?
Pierre
↧