Re: Weston multitouch support?

2014-06-09 Thread Shawn Rutledge
On 3 June 2014 01:25, Peter Hutterer peter.hutte...@who-t.net wrote: On Mon, Jun 02, 2014 at 12:45:51PM +0100, José Expósito wrote: Hi Peter, I have checked the libinput implementation and, correct me if I'm wrong, I have seen that 2 fingers click is interpreted as right click, 3 fingers

Re: Weston multitouch support?

2014-06-09 Thread Shawn Rutledge
On 3 June 2014 13:16, Peter Hutterer peter.hutte...@who-t.net wrote: On 3/06/2014 20:25 , Shawn Rutledge wrote: ... the synaptics driver does support multitouch and gives you the same type of events as any MT device will (if you disable the in-driver gestures). It has done so for about 2 years

Re: Weston multitouch support?

2014-06-09 Thread Jasper St. Pierre
Have you looked at the wl_touch protocol in the core interface at all? That provides multiple raw touchpoints which seems to be what you're after. I don't know if qtwaylandcompositor supports it yet, but Weston and gnome do. On Jun 9, 2014 4:24 AM, Shawn Rutledge shawn.t.rutle...@gmail.com wrote:

Re: Weston multitouch support?

2014-06-03 Thread José Expósito
Hi Peter, Thank you very much for your answers there are some special rules for clickpads, specifically a click with a finger resting on one of the software-button areas will produce a right or middle click. [...] eventually yes, but not at this point. as I said in the previous email you

Re: Weston multitouch support?

2014-06-03 Thread Peter Hutterer
On 3/06/2014 19:43 , José Expósito wrote: Hi Peter, Thank you very much for your answers there are some special rules for clickpads, specifically a click with a finger resting on one of the software-button areas will produce a right or middle click. [...] eventually yes, but not at

Re: Weston multitouch support?

2014-06-03 Thread Peter Hutterer
On 3/06/2014 20:25 , Shawn Rutledge wrote: On 3 June 2014 01:25, Peter Hutterer peter.hutte...@who-t.net wrote: On Mon, Jun 02, 2014 at 12:45:51PM +0100, José Expósito wrote: Hi Peter, I have checked the libinput implementation and, correct me if I'm wrong, I have seen that 2 fingers click is

Re: Weston multitouch support?

2014-06-03 Thread Peter Hutterer
On Tue, Jun 03, 2014 at 02:13:47PM +0200, Shawn Rutledge wrote: On 3 June 2014 13:16, Peter Hutterer peter.hutte...@who-t.net wrote: On 3/06/2014 20:25 , Shawn Rutledge wrote: ... the synaptics driver does support multitouch and gives you the same type of events as any MT device will (if

Re: Weston multitouch support?

2014-06-02 Thread José Expósito
Hi Peter, I have checked the libinput implementation and, correct me if I'm wrong, I have seen that 2 fingers click is interpreted as right click, 3 fingers click is interpreted as middle click and there are some special rules for specified trackpads, like corner clicks. Does that mean that the

Re: Weston multitouch support?

2014-06-02 Thread Peter Hutterer
On Mon, Jun 02, 2014 at 12:45:51PM +0100, José Expósito wrote: Hi Peter, I have checked the libinput implementation and, correct me if I'm wrong, I have seen that 2 fingers click is interpreted as right click, 3 fingers click is interpreted as middle click and there are some special rules

Re: Weston multitouch support?

2014-06-01 Thread Daniel Stone
Hi, On 1 June 2014 02:03, José Expósito jose.exposit...@gmail.com wrote: And I say more or less because it is necessary to put 3 fingers on the trackpad to start moving the rectangles... Anyway, the program is not working on Weston. My question is, is that because Weston doesn't implement

Re: Weston multitouch support?

2014-06-01 Thread José Expósito
Hi Daniel, I'm asking because I'm the author of this tool: https://code.google.com/p/touchegg/ That is exactly what you mention but for X11. So I'd like to port it to Wayland if it is possible of course. The intention was to reserve trackpad gestures for a gesture interpreter which lives in

Re: Weston multitouch support?

2014-06-01 Thread Peter Hutterer
On Sun, Jun 01, 2014 at 11:38:02PM +0100, José Expósito wrote: Hi Daniel, I'm asking because I'm the author of this tool: https://code.google.com/p/touchegg/ That is exactly what you mention but for X11. So I'd like to port it to Wayland if it is possible of course. The intention was

Weston multitouch support?

2014-05-31 Thread José Expósito
Hi all, I'm running a very simple QML multitouch example using MultiPointTouchArea, that works (more or less) on X11, here is the code: Rectangle { width: 400; height: 400 MultiPointTouchArea { anchors.fill: parent touchPoints: [ TouchPoint { id:

Re: Weston multitouch support?

2014-05-31 Thread Boyan Ding
Which backend are you running on? On Sun, 2014-06-01 at 02:03 +0100, José Expósito wrote: Hi all, I'm running a very simple QML multitouch example using MultiPointTouchArea, that works (more or less) on X11, here is the code: Rectangle { width: 400; height: 400

Re: Weston multitouch support?

2014-05-31 Thread José Expósito
Thank you for the quick answer. It happens if I run Weston as X client (weston command) or using weston-launch. I'm not sure how can I check the backend... El 01/06/2014 02:50, Boyan Ding stu_...@126.com escribió: Which backend are you running on? On Sun, 2014-06-01 at 02:03 +0100, José

Re: Weston multitouch support?

2014-05-31 Thread Boyan Ding
If you're using weston-launch there may be a problem somewhere -- I'm not an expert in that. But I know there're some backends (e.g. nested wayland) which doesn't support touch at all at present. On Sun, 2014-06-01 at 03:24 +0100, José Expósito wrote: Thank you for the quick answer. It happens

Re: Weston multitouch support?

2014-05-31 Thread José Expósito
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? El 01/06/2014 03:38, Boyan Ding stu_...@126.com escribió: If you're using weston-launch there may be a problem somewhere -- I'm not an expert in that. But I