Re: [Interest] mouse gestures

2013-03-09 Thread Joshua Grauman
I'm not sure if this is relevant, but the tap and hold gesture works with the mouse for me on multiple platforms, but I haven't tried other gestures. Josh > Hello, guys. > > I just did a fresh pull from GIt, ran the example, and got nothing. > > Also, when I attempted the doubleclick event

Re: [Interest] mouse gestures

2013-03-09 Thread Rick Stockton
Hello, guys. I just did a fresh pull from GIt, ran the example, and got nothing. Also, when I attempted the doubleclick event (after adding #include to the header file, it was missing) I got no response on a doubleclick Action either. I did build the new qt5/qtbase/src/widgets/kernel/QWind

Re: [Interest] mouse gestures

2013-03-08 Thread Matthias Fuchs
Hi Rutledge, On 06.03.2013 13:49, Rutledge Shawn wrote: > > On 5 Mar 2013, at 2:01 PM, Matthias Fuchs wrote: > >> Hi, >> >> im am playing around with the imagegestures example and noticed >> that I do not get any gesture events from a traditional mouse >> device. Is this how it should behave? D

Re: [Interest] mouse gestures

2013-03-06 Thread Rutledge Shawn
On 5 Mar 2013, at 2:01 PM, Matthias Fuchs wrote: > Hi, > > im am playing around with the imagegestures example and noticed that > I do not get any gesture events from a traditional mouse device. > Is this how it should behave? Do gestures only work with touch or even > multitouch input devices?

[Interest] mouse gestures

2013-03-05 Thread Matthias Fuchs
Hi, im am playing around with the imagegestures example and noticed that I do not get any gesture events from a traditional mouse device. Is this how it should behave? Do gestures only work with touch or even multitouch input devices? Is the a simple way to make the above example work with a mous