[Qt-interest] how to support pinch/unpinch
Denis Dzyubenko
denis.dzyubenko at trolltech.com
Fri Jul 31 10:32:19 CEST 2009
Hi,
_h_ wrote:
>> The questions you have to ask now are:
>> - does your hardware support multitouch?
>> - does your operating system support multitouch?
> Just to learn more, suppose, OS doesn't support but hardware supports
> mutitouch, then can you please let me know which different hardware,
> that Qt is going to support? Is there any link which describes this?
There are plans to have to native gesture support on hardware and OS
that support it (and 'native' means gestures that come from the
underlaying system - currently this is limited to Windows7 and Mac OS X
10.6).
However on platforms that just have multitouch hardware, it might be
possible to get touch events (see QTouchEvent) and gestures (QGesture -
right it there is a QPanGesture, but plans to have QPinchGesture as
well) by feeding Qt with low-level touch information manually.
--
Denis Dzyubenko
Software Engineer
Nokia, Qt Software
More information about the Qt-interest-old
mailing list