<p dir="ltr">Thank you for the quick answer.<br>
It happens if I run Weston as X client (weston command) or using weston-launch.</p>
<p dir="ltr">I'm not sure how can I check the backend...</p>
<div class="gmail_quote">El 01/06/2014 02:50, "Boyan Ding" <<a href="mailto:stu_dby@126.com">stu_dby@126.com</a>> escribió:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Which backend are you running on?<br>
<br>
On Sun, 2014-06-01 at 02:03 +0100, José Expósito wrote:<br>
> Hi all,<br>
><br>
><br>
> I'm running a very simple QML multitouch example using<br>
> MultiPointTouchArea, that works (more or less) on X11, here is the<br>
> code:<br>
><br>
><br>
>     Rectangle {<br>
>         width: 400; height: 400<br>
>         MultiPointTouchArea {<br>
>             anchors.fill: parent<br>
>             touchPoints: [ TouchPoint { id: point1 }, TouchPoint { id:<br>
> point2 } ]<br>
>         }<br>
>         Rectangle { width: 30; height: 30; color: "green";  x:<br>
> point1.x; y: point1.y }<br>
>         Rectangle { width: 30; height: 30; color: "yellow"; x:<br>
> point2.x; y: point2.y }<br>
>     }<br>
><br>
><br>
> And I say more or less because it is necessary to put 3 fingers on the<br>
> trackpad to start moving the rectangles...<br>
> Anyway, the program is not working on Weston. My question is, is that<br>
> because Weston doesn't implement multitouch support or because Wayland<br>
> doesn't support it at the moment? Could it be possible to implement<br>
> multitouch support in a custom compositor?<br>
><br>
><br>
> This is my system information:<br>
> Macbook Air 2011 (clickpack)<br>
> Qt 5.3.0<br>
> Latest QtWayland source code (1/Jun/2014)<br>
> Weston 1.5.90<br>
><br>
><br>
> _______________________________________________<br>
> wayland-devel mailing list<br>
> <a href="mailto:wayland-devel@lists.freedesktop.org">wayland-devel@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/wayland-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/wayland-devel</a><br>
<br>
<br>
<br>
</blockquote></div>