<p dir="ltr">It is happening with both weston and weston-launch. Do you know if the multi touch input should work? Is it a problem in my configuration?</p>
<div class="gmail_quote">El 01/06/2014 03:38, "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">
If you're using weston-launch there may be a problem somewhere -- I'm<br>
not an expert in that. But I know there're some backends (e.g. nested<br>
wayland) which doesn't support touch at all at present.<br>
<br>
On Sun, 2014-06-01 at 03:24 +0100, José Expósito wrote:<br>
> Thank you for the quick answer.<br>
> It happens if I run Weston as X client (weston command) or using<br>
> weston-launch.<br>
><br>
> I'm not sure how can I check the backend...<br>
><br>
> El 01/06/2014 02:50, "Boyan Ding" <<a href="mailto:stu_dby@126.com">stu_dby@126.com</a>> escribió:<br>
> 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<br>
> is the<br>
> > code:<br>
> ><br>
> ><br>
> > Rectangle {<br>
> > width: 400; height: 400<br>
> > MultiPointTouchArea {<br>
> > anchors.fill: parent<br>
> > touchPoints: [ TouchPoint { id: point1 },<br>
> TouchPoint { id:<br>
> > point2 } ]<br>
> > }<br>
> > Rectangle { width: 30; height: 30; color: "green";<br>
> x:<br>
> > point1.x; y: point1.y }<br>
> > Rectangle { width: 30; height: 30; color: "yellow";<br>
> x:<br>
> > point2.x; y: point2.y }<br>
> > }<br>
> ><br>
> ><br>
> > And I say more or less because it is necessary to put 3<br>
> fingers on the<br>
> > trackpad to start moving the rectangles...<br>
> > Anyway, the program is not working on Weston. My question<br>
> is, is that<br>
> > because Weston doesn't implement multitouch support or<br>
> because Wayland<br>
> > doesn't support it at the moment? Could it be possible to<br>
> 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>
> _______________________________________________<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>