lorenzodelarocha / touchegg

Automatically exported from code.google.com/p/touchegg
0 stars 0 forks source link

Delay executeFinish for gestures #210

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In OSX you can use a 3-finger drag to drag and drop files or select text. So, 
when you are performing these gestures and you raise your fingers for a little 
interval, like 300-400 ms, you can touch the trackpad again and continue the 
same gesture without trigger executeFinish member class for the Gesture/Action. 
I think this feature will be a must to who has a apple-like trackpad (without 
visible button), like newer ultrabooks...

I want to help, I think implement a QTimer on the right class can do it. Which 
is the best class and member to implement it. I'm trying study the source code, 
but it's difficult a bit for me.

Thanks.

Original issue reported on code.google.com by vinicius...@gmail.com on 25 Jun 2013 at 2:38