简体   繁体   中英

pinch to zoom on windows mobile 6

Need to develop pinch-in pinch-out effect on HTC-HD2 with OS windows mobile 6.5. Is windows mobile 6.5 support this feature? If so can anyone provide me exposed APIs or sample code or any good links for doing it?

So far I have implemented UI related stuff(zoom in-out using buttons etc) in C# .net using Windows Mobiles 6.5 Gestures. I am also ready to develop pinch to zoom in native(windows mobile SDK 6) if it supports.

Thank you.

我之前发现了一个第三方解决方案, SciLor的HD2 / Leo Multitouch .NET CF DLL ,但是我自己还没有使用它。

Windows Mobile 6.5 does not support Multi-touch input which is required to implement the pinch-in / pinch-out effects.

You may try the Windows Mobile 6.5.3 which was recently released with support for capacitive touch screens (required for multi-touch input)

I have also found 3rd party solution , which looks pretty state forward to implement. So trying with it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM