Hey Sandor,
Yeah, i have been looking into it a little bit, I have been trying to figure out how to do gestures properly in QC.
the problem is that you need to be able to do hit-testing on all the input objects to do a proper gesture. (ie two fingers down on two separate objects is just two dragging gestures, but two points down on the same object is a rotate/scale)
I think it is do-able in a QC patch, but i need to get stuck into the QC world before I can say for sure. QC is awesome, and i think it is a valuable tool, but it is things like these that I am so much more confortable just programming up a nice Cocoa app with
In any case, i am definitely looking onto some more BBTouch <-> QC integration.